Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c4659 static int wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se);
4699 if (second && wakeup_preempt_entity(second, left) < 1) { in pick_next_entity()
4704 if (cfs_rq->next && wakeup_preempt_entity(cfs_rq->next, left) < 1) { in pick_next_entity()
4709 } else if (cfs_rq->last && wakeup_preempt_entity(cfs_rq->last, left) < 1) { in pick_next_entity()
5783 if (next && wakeup_preempt_entity(next, se) == 1) in check_preempt_from_idle()
7314 static int wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se) in wakeup_preempt_entity() function
7426 if (wakeup_preempt_entity(se, pse) == 1) { in check_preempt_wakeup()

Completed in 16 milliseconds