Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Ddecompressor_lzma.c16 static unsigned int z_erofs_lzma_nstrms, z_erofs_lzma_avail_strms; variable
20 module_param_named(lzma_streams, z_erofs_lzma_nstrms, uint, 0444);
55 if (!z_erofs_lzma_nstrms) in z_erofs_lzma_init()
56 z_erofs_lzma_nstrms = num_possible_cpus(); in z_erofs_lzma_init()
58 for (i = 0; i < z_erofs_lzma_nstrms; ++i) { in z_erofs_lzma_init()