Searched refs:app_reads_hash (Results 1 – 3 of 3) sorted by relevance
246 return mdev->app_reads_hash in ar_hash_slot()
448 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()
1090 struct hlist_head *app_reads_hash; /* is proteced by req_lock */ member