Lines Matching defs:exiting
260 * @exiting: Pointer to store the task pointer of the owner task
261 * which is in the middle of exiting
269 * @exiting is only set when the return value is -EBUSY. If so, this holds
270 * a refcount on the exiting task on return and the caller needs to drop it
282 struct task_struct **exiting, int set_waiters)
332 exiting, set_waiters);
488 struct task_struct *exiting = NULL;
500 &exiting, nr_requeue);
565 * - EBUSY: Owner is exiting and we just wait for the
573 * exiting. Wait for the exit to complete otherwise
576 wait_for_owner_exiting(ret, exiting);