Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jfs/
Dsuper.c48 static int commit_threads; variable
49 module_param(commit_threads, int, 0);
50 MODULE_PARM_DESC(commit_threads, "Number of commit threads");
976 if (commit_threads < 1) in init_jfs_fs()
977 commit_threads = num_online_cpus(); in init_jfs_fs()
978 if (commit_threads > MAX_COMMIT_THREADS) in init_jfs_fs()
979 commit_threads = MAX_COMMIT_THREADS; in init_jfs_fs()
981 for (i = 0; i < commit_threads; i++) { in init_jfs_fs()
987 commit_threads = i; in init_jfs_fs()
1012 for (i = 0; i < commit_threads; i++) in init_jfs_fs()
[all …]