Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5-cache.c47 #define R5L_POOL_SIZE 4 macro
3109 ret = mempool_init_slab_pool(&log->io_pool, R5L_POOL_SIZE, log->io_kc); in r5l_init_log()
3113 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
3117 ret = mempool_init_page_pool(&log->meta_pool, R5L_POOL_SIZE, 0); in r5l_init_log()