Searched defs:preempt (Results 1 - 2 of 2) sorted by relevance

/kernel/sched/
H A Dcore.c2910 * we do not want to preempt the current task. Just return..
2935 * recursion and tracing preempt enabling caused by the tracing
2937 * from userspace or just about to enter userspace, a preempt enable
2955 * Needs preempt disabled in case user_exit() is traced
3068 * --> -dl task blocks on mutex A and could preempt the
4213 * no need to preempt or enable interrupts:
4318 * @preempt: whether task preemption is allowed or not
4328 int __sched yield_to(struct task_struct *p, bool preempt) argument
4364 yielded = curr->sched_class->yield_to_task(rq, p, preempt);
4371 if (preempt
[all...]
H A Dfair.c4539 * preempt must be disabled.
4674 * Should 'se' preempt 'curr'.
4770 goto preempt;
4773 * Batch and idle tasks do not preempt non-idle tasks (their preemption
4789 goto preempt;
4794 preempt:
4982 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) argument
6953 * Drop the rq->lock, but keep IRQ/preempt disabled.
7588 * Priority of the task has changed. Check to see if we preempt
7664 * if we can still preempt th
[all...]

Completed in 64 milliseconds