Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dfair.c5757 int idle_h_nr_running = task_has_idle_policy(p); in enqueue_task_fair()
5872 int idle_h_nr_running = task_has_idle_policy(p); in dequeue_task_fair()
7274 if (entity_is_task(se) && unlikely(task_has_idle_policy(task_of(se)))) in set_last_buddy()
7286 if (entity_is_task(se) && unlikely(task_has_idle_policy(task_of(se)))) in set_next_buddy()
7344 if (unlikely(task_has_idle_policy(curr)) && in check_preempt_wakeup()
7345 likely(!task_has_idle_policy(p))) in check_preempt_wakeup()
7818 if (unlikely(task_has_idle_policy(p))) in task_hot()
Dsched.h265 static inline int task_has_idle_policy(struct task_struct *p) in task_has_idle_policy() function
Dcore.c864 if (task_has_idle_policy(p)) { in set_load_weight()
5485 if (task_has_idle_policy(p) && !idle_policy(policy)) { in __sched_setscheduler()