Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Dsuper.c48 static int commit_threads; variable
49 module_param(commit_threads, int, 0);
50 MODULE_PARM_DESC(commit_threads, "Number of commit threads");
969 if (commit_threads < 1) in init_jfs_fs()
970 commit_threads = num_online_cpus(); in init_jfs_fs()
971 if (commit_threads > MAX_COMMIT_THREADS) in init_jfs_fs()
972 commit_threads = MAX_COMMIT_THREADS; in init_jfs_fs()
974 for (i = 0; i < commit_threads; i++) { in init_jfs_fs()
980 commit_threads = i; in init_jfs_fs()
1005 for (i = 0; i < commit_threads; i++) in init_jfs_fs()
[all …]