Home
last modified time | relevance | path

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

/drivers/md/
A Draid5.c5520 wg = &conf->worker_groups[group]; in __get_priority_stripe()
5526 wg = &conf->worker_groups[i]; in __get_priority_stripe()
7176 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt()
7231 *worker_groups = NULL; in alloc_thread_groups()
7239 if (!*worker_groups || !workers) { in alloc_thread_groups()
7241 kfree(*worker_groups); in alloc_thread_groups()
7248 group = &(*worker_groups)[i]; in alloc_thread_groups()
7269 if (conf->worker_groups) in free_thread_groups()
7271 kfree(conf->worker_groups); in free_thread_groups()
7272 conf->worker_groups = NULL; in free_thread_groups()
[all …]
A Draid5.h680 struct r5worker_group *worker_groups; member

Completed in 18 milliseconds