Lines Matching defs:work
26 * work queue and not draining. If so move to busy to
54 * scheduled in the work queue. This routine is
62 if (work_pending(&task->work))
96 * there is work to do and then do part of it before returning
97 * here with a return value of zero until all the work
101 * If the limit is hit and work remains the task is rescheduled.
184 /* wrapper around do_task to fix argument for work queue */
185 static void do_work(struct work_struct *work)
187 do_task(container_of(work, struct rxe_task, work));
199 INIT_WORK(&task->work, do_work);
210 * or work requests.
255 /* schedule the task to run later as a work queue entry.
267 queue_work(rxe_wq, &task->work);