Searched refs:POOL_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.h27 #define POOL_SIZE 8 /* buffer entry size (in bytes) */ macro
H A Dzatm.c1185 if (NR_SHAPERS*SHAPER_SIZE > pools*POOL_SIZE)
1186 pools = NR_SHAPERS*SHAPER_SIZE/POOL_SIZE;
1187 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/
1199 curr += pools*POOL_SIZE/4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbounce.c19 #define POOL_SIZE 64 macro
34 page_pool = mempool_create_page_pool(POOL_SIZE, 0);
36 printk("highmem bounce pool size: %d pages\n", POOL_SIZE);

Completed in 199 milliseconds