Searched refs:check_preempt_curr (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 1840 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 1843 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 1923 check_preempt_curr(rq, p, 0); in move_queued_task() 2232 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 2732 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 2824 /* check_preempt_curr() may use rq clock */ in ttwu_runnable() 3743 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
H A D | sched.h | 1891 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member 2126 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
H A D | fair.c | 8302 check_preempt_curr(rq, p, 0); in attach_task() 11622 check_preempt_curr(rq, p, 0); in prio_changed_fair() 11765 check_preempt_curr(rq, p, 0); in switched_to_fair() 12072 .check_preempt_curr = check_preempt_wakeup,
|
H A D | rt.c | 949 * throttled check_preempt_curr() will set in do_sched_rt_period_timer() 2840 .check_preempt_curr = check_preempt_curr_rt,
|
Completed in 35 milliseconds