Searched refs:check_preempt_curr (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | stop_task.c | 119 .check_preempt_curr = check_preempt_curr_stop,
|
| H A D | idle.c | 498 .check_preempt_curr = check_preempt_curr_idle,
|
| H A D | core.c | 1786 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 1789 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 1800 EXPORT_SYMBOL_GPL(check_preempt_curr); 1867 check_preempt_curr(rq, p, 0); in move_queued_task() 2229 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 2669 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 3623 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
| H A D | sched.h | 1849 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member 2079 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
| H A D | fair.c | 8039 check_preempt_curr(rq, p, 0); in attach_task() 11092 check_preempt_curr(rq, p, 0); in prio_changed_fair() 11230 check_preempt_curr(rq, p, 0); in switched_to_fair() 11519 .check_preempt_curr = check_preempt_wakeup,
|
| H A D | rt.c | 2557 .check_preempt_curr = check_preempt_curr_rt,
|
| H A D | deadline.c | 2527 .check_preempt_curr = check_preempt_curr_dl,
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 183 - check_preempt_curr(...)
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 118 check_preempt_curr
|
| H A D | abi_gki_aarch64_exynos | 111 check_preempt_curr
|
| H A D | abi_gki_aarch64_qcom | 134 check_preempt_curr
|
| H A D | abi_gki_aarch64_mtk | 118 check_preempt_curr
|
| H A D | abi_gki_aarch64_oplus | 151 check_preempt_curr
|
| H A D | abi_gki_aarch64_galaxy | 837 check_preempt_curr
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace.rst | 2018 <idle>-0 3d.h3 3us : check_preempt_curr <-ttwu_do_wakeup 2019 <idle>-0 3d.h3 3us : resched_curr <-check_preempt_curr
|