Home
last modified time | relevance | path

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

/linux-6.12.1/fs/erofs/
Ddecompressor_zstd.c14 static unsigned int z_erofs_zstd_nstrms, z_erofs_zstd_avail_strms; variable
18 module_param_named(zstd_streams, z_erofs_zstd_nstrms, uint, 0444);
55 if (!z_erofs_zstd_nstrms) in z_erofs_zstd_init()
56 z_erofs_zstd_nstrms = num_possible_cpus(); in z_erofs_zstd_init()
58 for (; z_erofs_zstd_avail_strms < z_erofs_zstd_nstrms; in z_erofs_zstd_init()
130 z_erofs_zstd_avail_strms = z_erofs_zstd_nstrms; in z_erofs_load_zstd_config()