Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dbounce.c26 #define POOL_SIZE 64 macro
39 page_pool = mempool_create_page_pool(POOL_SIZE, 0); in init_emergency_pool()
41 pr_info("pool size: %d pages\n", POOL_SIZE); in init_emergency_pool()
/linux-4.4.14/drivers/atm/
Dzatm.h27 #define POOL_SIZE 8 /* buffer entry size (in bytes) */ macro
Dzatm.c1279 if (NR_SHAPERS*SHAPER_SIZE > pools*POOL_SIZE) in zatm_start()
1280 pools = NR_SHAPERS*SHAPER_SIZE/POOL_SIZE; in zatm_start()
1281 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start()
1293 curr += pools*POOL_SIZE/4; in zatm_start()