Lines Matching refs:workers
277 group->workers[0].working = true; in raid5_wakeup_stripe_thread()
279 queue_work_on(sh->cpu, raid5_wq, &group->workers[0].work); in raid5_wakeup_stripe_thread()
284 if (group->workers[i].working == false) { in raid5_wakeup_stripe_thread()
285 group->workers[i].working = true; in raid5_wakeup_stripe_thread()
287 &group->workers[i].work); in raid5_wakeup_stripe_thread()
6165 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
6201 struct r5worker *workers; in alloc_thread_groups() local
6211 workers = kzalloc(size * *group_cnt, GFP_NOIO); in alloc_thread_groups()
6214 if (!*worker_groups || !workers) { in alloc_thread_groups()
6215 kfree(workers); in alloc_thread_groups()
6226 group->workers = workers + i * cnt; in alloc_thread_groups()
6229 struct r5worker *worker = group->workers + j; in alloc_thread_groups()
6244 kfree(conf->worker_groups[0].workers); in free_thread_groups()