Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.h551 struct r5worker_group *worker_groups; member
Draid5.c260 group = conf->worker_groups + cpu_to_group(cpu); in raid5_wakeup_stripe_thread()
271 group = conf->worker_groups + cpu_to_group(sh->cpu); in raid5_wakeup_stripe_thread()
4910 handle_list = &conf->worker_groups[group].handle_list; in __get_priority_stripe()
4911 wg = &conf->worker_groups[group]; in __get_priority_stripe()
4915 handle_list = &conf->worker_groups[i].handle_list; in __get_priority_stripe()
4916 wg = &conf->worker_groups[i]; in __get_priority_stripe()
5795 int group_id = group - conf->worker_groups; in raid5_do_work()
6162 struct r5worker_group **worker_groups);
6186 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt()
6197 conf->worker_groups = new_groups; in raid5_store_group_thread_cnt()
[all …]