Home
last modified time | relevance | path

Searched refs:task_has_idle_policy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c5561 int idle_h_nr_running = task_has_idle_policy(p); in enqueue_task_fair()
5675 int idle_h_nr_running = task_has_idle_policy(p); in dequeue_task_fair()
7110 if (entity_is_task(se) && unlikely(task_has_idle_policy(task_of(se)))) in set_last_buddy()
7122 if (entity_is_task(se) && unlikely(task_has_idle_policy(task_of(se)))) in set_next_buddy()
7181 if (unlikely(task_has_idle_policy(curr)) && in check_preempt_wakeup()
7182 likely(!task_has_idle_policy(p))) in check_preempt_wakeup()
7670 if (unlikely(task_has_idle_policy(p))) in task_hot()
H A Dsched.h188 static inline int task_has_idle_policy(struct task_struct *p) in task_has_idle_policy() function
H A Dcore.c893 if (task_has_idle_policy(p)) { in set_load_weight()
5550 if (task_has_idle_policy(p) && !idle_policy(policy)) { in __sched_setscheduler()