Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
H A 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()
/kernel/linux/linux-5.10/block/
H A 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()
/kernel/linux/linux-5.10/drivers/atm/
H A Dzatm.h28 #define POOL_SIZE 8 /* buffer entry size (in bytes) */ macro
H A 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()

Completed in 5 milliseconds