Home
last modified time | relevance | path

Searched refs:worker_cnt_per_group (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h681 int worker_cnt_per_group; member
H A Draid5.c189 if (conf->worker_cnt_per_group == 0) { in raid5_wakeup_stripe_thread()
202 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { in raid5_wakeup_stripe_thread()
250 if (conf->worker_cnt_per_group == 0) { in do_release_stripe()
5525 if (conf->worker_cnt_per_group == 0) { in __get_priority_stripe()
5570 if (conf->worker_cnt_per_group == 0 || in __get_priority_stripe()
6875 ret = sprintf(page, "%d\n", conf->worker_cnt_per_group); in raid5_show_group_thread_cnt()
6906 else if (new != conf->worker_cnt_per_group) { in raid5_store_group_thread_cnt()
6917 conf->worker_cnt_per_group = new; in raid5_store_group_thread_cnt()
7214 conf->worker_cnt_per_group = 0; in setup_conf()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h686 int worker_cnt_per_group; member
H A Draid5.c197 if (conf->worker_cnt_per_group == 0) {
210 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) {
259 if (conf->worker_cnt_per_group == 0) {
5630 if (conf->worker_cnt_per_group == 0) {
5675 if (conf->worker_cnt_per_group == 0 ||
7210 ret = sprintf(page, "%d\n", conf->worker_cnt_per_group); in raid5_show_group_thread_cnt()
7241 else if (new != conf->worker_cnt_per_group) { in raid5_store_group_thread_cnt()
7252 conf->worker_cnt_per_group = new; in raid5_store_group_thread_cnt()
7552 conf->worker_cnt_per_group = 0; in setup_conf()

Completed in 24 milliseconds