Searched refs:worker_groups (Results 1 – 2 of 2) sorted by relevance
5528 wg = &conf->worker_groups[group]; in __get_priority_stripe()5534 wg = &conf->worker_groups[i]; in __get_priority_stripe()7184 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt()7239 *worker_groups = NULL; in alloc_thread_groups()7247 if (!*worker_groups || !workers) { in alloc_thread_groups()7249 kfree(*worker_groups); in alloc_thread_groups()7256 group = &(*worker_groups)[i]; in alloc_thread_groups()7277 if (conf->worker_groups) in free_thread_groups()7279 kfree(conf->worker_groups); in free_thread_groups()7280 conf->worker_groups = NULL; in free_thread_groups()[all …]
680 struct r5worker_group *worker_groups; member