Searched refs:check_preempt_curr (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/kernel/sched/ ! |
D | stop_task.c | 123 .check_preempt_curr = check_preempt_curr_stop,
|
D | idle.c | 485 .check_preempt_curr = check_preempt_curr_idle,
|
D | core.c | 2221 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 2224 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 2530 check_preempt_curr(rq, p, 0); in move_queued_task() 3416 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 3792 check_preempt_curr(rq, p, wake_flags); in ttwu_do_activate() 3863 check_preempt_curr(rq, p, wake_flags); in ttwu_runnable() 4878 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
D | sched.h | 2242 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member 2516 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
D | fair.c | 9063 check_preempt_curr(rq, p, 0); in attach_task() 12544 check_preempt_curr(rq, p, 0); in prio_changed_fair() 12646 check_preempt_curr(rq, p, 0); in switched_to_fair() 13005 .check_preempt_curr = check_preempt_wakeup,
|
D | deadline.c | 2726 .check_preempt_curr = check_preempt_curr_dl,
|
D | rt.c | 2713 .check_preempt_curr = check_preempt_curr_rt,
|
/linux-6.6.21/Documentation/translations/zh_CN/scheduler/ ! |
D | sched-design-CFS.rst | 150 - check_preempt_curr(...)
|
/linux-6.6.21/Documentation/scheduler/ ! |
D | sched-design-CFS.rst | 183 - check_preempt_curr(...)
|
/linux-6.6.21/Documentation/trace/ ! |
D | ftrace.rst | 2083 <idle>-0 3d.h3 3us : check_preempt_curr <-ttwu_do_wakeup 2084 <idle>-0 3d.h3 3us : resched_curr <-check_preempt_curr
|