Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
H A Dstop_task.c122 .check_preempt_curr = check_preempt_curr_stop,
H A Didle.c494 .check_preempt_curr = check_preempt_curr_idle,
H A Dcore.c1747 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function
1750 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr()
1821 check_preempt_curr(rq, p, 0); in move_queued_task()
2120 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
2598 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup()
2685 /* check_preempt_curr() may use rq clock */ in ttwu_runnable()
3556 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
H A Dsched.h1931 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member
2167 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
H A Dfair.c8288 check_preempt_curr(rq, p, 0); in attach_task()
11583 check_preempt_curr(rq, p, 0); in prio_changed_fair()
11721 check_preempt_curr(rq, p, 0); in switched_to_fair()
12010 .check_preempt_curr = check_preempt_wakeup,
H A Ddeadline.c2544 .check_preempt_curr = check_preempt_curr_dl,
H A Drt.c918 * throttled check_preempt_curr() will set in do_sched_rt_period_timer()
2742 .check_preempt_curr = check_preempt_curr_rt,
/kernel/linux/linux-6.6/kernel/sched/
H A Dstop_task.c126 .check_preempt_curr = check_preempt_curr_stop,
H A Didle.c485 .check_preempt_curr = check_preempt_curr_idle,
H A Dcore.c2270 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function
2273 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr()
2588 check_preempt_curr(rq, p, 0); in move_queued_task()
3497 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
3912 check_preempt_curr(rq, p, wake_flags); in ttwu_do_activate()
3983 check_preempt_curr(rq, p, wake_flags); in ttwu_runnable()
5047 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
H A Dsched.h2397 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member
2677 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
H A Dfair.c8496 * unconditionally check_preempt_curr() after an enqueue (which may have in check_preempt_wakeup()
9438 check_preempt_curr(rq, p, 0); in attach_task()
13137 check_preempt_curr(rq, p, 0); in prio_changed_fair()
13239 check_preempt_curr(rq, p, 0); in switched_to_fair()
13598 .check_preempt_curr = check_preempt_wakeup,
H A Ddeadline.c2729 .check_preempt_curr = check_preempt_curr_dl,
H A Drt.c971 * throttled check_preempt_curr() will set in do_sched_rt_period_timer()
2993 .check_preempt_curr = check_preempt_curr_rt,

Completed in 93 milliseconds