Lines Matching defs:work
206 queue_work_on(sh->cpu, raid5_wq, &group->workers[0].work);
214 &group->workers[i].work);
3875 * cycles can work. In those cases we read every block we
3877 * work with.
6226 * scheduling and waiting for work to be done,
6740 static void raid5_do_work(struct work_struct *work)
6742 struct r5worker *worker = container_of(work, struct r5worker, work);
7324 INIT_WORK(&worker->work, raid5_do_work);
8577 * We know there are enough to make the newly sized array work.