Home
last modified time | relevance | path

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

/block/
Dblk-crypto-fallback.c24 static unsigned int num_prealloc_bounce_pg = 32; variable
25 module_param(num_prealloc_bounce_pg, uint, 0);
26 MODULE_PARM_DESC(num_prealloc_bounce_pg,
568 mempool_create_page_pool(num_prealloc_bounce_pg, 0); in blk_crypto_fallback_init()