Home
last modified time | relevance | path

Searched refs:app_reads_hash (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/block/drbd/
Ddrbd_req.h246 return mdev->app_reads_hash in ar_hash_slot()
Ddrbd_main.c448 memset(mdev->app_reads_hash, 0, APP_R_HSIZE*sizeof(void *)); in tl_clear()
3433 mdev->app_reads_hash = kzalloc(APP_R_HSIZE*sizeof(void *), GFP_KERNEL); in drbd_new_device()
3434 if (!mdev->app_reads_hash) in drbd_new_device()
3449 kfree(mdev->app_reads_hash); in drbd_new_device()
3472 kfree(mdev->app_reads_hash); in drbd_free_mdev()
Ddrbd_int.h1090 struct hlist_head *app_reads_hash; /* is proteced by req_lock */ member