Home
last modified time | relevance | path

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

/linux/drivers/md/
A Draid5.c5536 wg = &conf->worker_groups[group]; in __get_priority_stripe()
5542 wg = &conf->worker_groups[i]; in __get_priority_stripe()
6915 old_groups = conf->worker_groups; in raid5_store_group_thread_cnt()
6969 *worker_groups = NULL; in alloc_thread_groups()
6977 if (!*worker_groups || !workers) { in alloc_thread_groups()
6979 kfree(*worker_groups); in alloc_thread_groups()
6986 group = &(*worker_groups)[i]; in alloc_thread_groups()
7007 if (conf->worker_groups) in free_thread_groups()
7009 kfree(conf->worker_groups); in free_thread_groups()
7010 conf->worker_groups = NULL; in free_thread_groups()
[all …]
A Draid5.h679 struct r5worker_group *worker_groups; member

Completed in 19 milliseconds