Lines Matching refs:workers
197 group->workers[0].working = true; in raid5_wakeup_stripe_thread()
199 queue_work_on(sh->cpu, raid5_wq, &group->workers[0].work); in raid5_wakeup_stripe_thread()
204 if (group->workers[i].working == false) { in raid5_wakeup_stripe_thread()
205 group->workers[i].working = true; in raid5_wakeup_stripe_thread()
207 &group->workers[i].work); in raid5_wakeup_stripe_thread()
6933 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
6970 struct r5worker *workers; in alloc_thread_groups() local
6979 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups()
6982 if (!*worker_groups || !workers) { in alloc_thread_groups()
6983 kfree(workers); in alloc_thread_groups()
6995 group->workers = workers + i * cnt; in alloc_thread_groups()
6998 struct r5worker *worker = group->workers + j; in alloc_thread_groups()
7013 kfree(conf->worker_groups[0].workers); in free_thread_groups()