Searched refs:do_task (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_task.c27 * reserve a slot in do_task() by setting to busy and taking
30 * in do_task(). If state is already busy it is raised to armed
31 * to indicate to do_task that additional pass should be made
86 /* do_task is a wrapper for the three tasks (requester,
103 static void do_task(struct rxe_task *task) function
184 /* wrapper around do_task to fix argument for work queue */
187 do_task(container_of(work, struct rxe_task, work));
238 * cannot call do_task holding the lock
252 do_task(task);
273 * to the drained state by do_task
[all...]

Completed in 108 milliseconds