Searched refs:worker_groups (Results 1 – 2 of 2) sorted by relevance
5635 wg = &conf->worker_groups[group]; in __get_priority_stripe()5641 wg = &conf->worker_groups[i]; in __get_priority_stripe()7241 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt()7295 *worker_groups = NULL; in alloc_thread_groups()7303 if (!*worker_groups || !workers) { in alloc_thread_groups()7305 kfree(*worker_groups); in alloc_thread_groups()7312 group = &(*worker_groups)[i]; in alloc_thread_groups()7333 if (conf->worker_groups) in free_thread_groups()7335 kfree(conf->worker_groups); in free_thread_groups()7336 conf->worker_groups = NULL; in free_thread_groups()[all …]
684 struct r5worker_group *worker_groups; member