Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbounce.c28 #define POOL_SIZE 64 macro
43 ret = mempool_init_page_pool(&page_pool, POOL_SIZE, 0); in init_emergency_pool()
45 pr_info("pool size: %d pages\n", POOL_SIZE); in init_emergency_pool()
/Linux-v4.19/drivers/atm/
Dzatm.h28 #define POOL_SIZE 8 /* buffer entry size (in bytes) */ macro
Dzatm.c1282 if (NR_SHAPERS*SHAPER_SIZE > pools*POOL_SIZE) in zatm_start()
1283 pools = NR_SHAPERS*SHAPER_SIZE/POOL_SIZE; in zatm_start()
1284 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/ in zatm_start()
1296 curr += pools*POOL_SIZE/4; in zatm_start()