Searched refs:APP_R_HSIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.h223 + ((unsigned int)(sector) % APP_R_HSIZE);
H A Ddrbd_receiver.c3675 for (i = 0; i < APP_R_HSIZE; i++) {
3689 for (i = 0; i < APP_R_HSIZE; i++)
3694 memset(mdev->app_reads_hash, 0, APP_R_HSIZE*sizeof(void *));
H A Ddrbd_int.h1344 #define APP_R_HSIZE 15 macro
H A Ddrbd_main.c3045 mdev->app_reads_hash = kzalloc(APP_R_HSIZE*sizeof(void *), GFP_KERNEL);

Completed in 135 milliseconds