Lines Matching refs:workers
273 group->workers[0].working = true; in raid5_wakeup_stripe_thread()
275 queue_work_on(sh->cpu, raid5_wq, &group->workers[0].work); in raid5_wakeup_stripe_thread()
280 if (group->workers[i].working == false) { in raid5_wakeup_stripe_thread()
281 group->workers[i].working = true; in raid5_wakeup_stripe_thread()
283 &group->workers[i].work); in raid5_wakeup_stripe_thread()
6201 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
6237 struct r5worker *workers; in alloc_thread_groups() local
6247 workers = kzalloc(size * *group_cnt, GFP_NOIO); in alloc_thread_groups()
6250 if (!*worker_groups || !workers) { in alloc_thread_groups()
6251 kfree(workers); in alloc_thread_groups()
6262 group->workers = workers + i * cnt; in alloc_thread_groups()
6265 struct r5worker *worker = group->workers + j; in alloc_thread_groups()
6280 kfree(conf->worker_groups[0].workers); in free_thread_groups()