Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5.h682 int worker_cnt_per_group; member
Draid5.c198 if (conf->worker_cnt_per_group == 0) { in raid5_wakeup_stripe_thread()
211 for (i = 1; i < conf->worker_cnt_per_group && thread_cnt > 0; i++) { in raid5_wakeup_stripe_thread()
259 if (conf->worker_cnt_per_group == 0) { in do_release_stripe()
5325 if (conf->worker_cnt_per_group == 0) { in __get_priority_stripe()
5370 if (conf->worker_cnt_per_group == 0 || in __get_priority_stripe()
6574 ret = sprintf(page, "%d\n", conf->worker_cnt_per_group); in raid5_show_group_thread_cnt()
6581 int *worker_cnt_per_group,
6590 int group_cnt, worker_cnt_per_group; in raid5_store_group_thread_cnt() local
6606 else if (new != conf->worker_cnt_per_group) { in raid5_store_group_thread_cnt()
6614 &group_cnt, &worker_cnt_per_group, in raid5_store_group_thread_cnt()
[all …]