Lines Matching refs:__sched
2740 static void __sched __schedule(void) in __schedule()
2827 asmlinkage __visible void __sched schedule(void) in schedule()
2839 asmlinkage __visible void __sched schedule_user(void) in schedule_user()
2862 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled()
2869 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common()
2890 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule()
2919 asmlinkage __visible void __sched notrace preempt_schedule_context(void) in preempt_schedule_context()
2952 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq()
4233 int __sched _cond_resched(void) in _cond_resched()
4271 int __sched __cond_resched_softirq(void) in __cond_resched_softirq()
4307 void __sched yield(void) in yield()
4329 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
4392 long __sched io_schedule_timeout(long timeout) in io_schedule_timeout()