Home
last modified time | relevance | path

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

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