Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c5819 int idle_h_nr_running = task_has_idle_policy(p); in enqueue_task_fair()
5934 int idle_h_nr_running = task_has_idle_policy(p); in dequeue_task_fair()
7359 if (entity_is_task(se) && unlikely(task_has_idle_policy(task_of(se)))) in set_last_buddy()
7371 if (entity_is_task(se) && unlikely(task_has_idle_policy(task_of(se)))) in set_next_buddy()
7429 if (unlikely(task_has_idle_policy(curr)) && in check_preempt_wakeup()
7430 likely(!task_has_idle_policy(p))) in check_preempt_wakeup()
7903 if (unlikely(task_has_idle_policy(p))) in task_hot()
H A Dsched.h267 static inline int task_has_idle_policy(struct task_struct *p) in task_has_idle_policy() function
H A Dcore.c864 if (task_has_idle_policy(p)) { in set_load_weight()
5488 if (task_has_idle_policy(p) && !idle_policy(policy)) { in __sched_setscheduler()
/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c556 return task_has_idle_policy(task_of(se)); in se_is_idle()
6777 int idle_h_nr_running = task_has_idle_policy(p); in enqueue_task_fair()
6876 int idle_h_nr_running = task_has_idle_policy(p); in dequeue_task_fair()
8522 if (unlikely(task_has_idle_policy(curr)) && in check_preempt_wakeup()
8523 likely(!task_has_idle_policy(p))) in check_preempt_wakeup()
9028 if (unlikely(task_has_idle_policy(p))) in task_hot()
H A Dsched.h290 static inline int task_has_idle_policy(struct task_struct *p) in task_has_idle_policy() function
H A Dcore.c1319 if (task_has_idle_policy(p)) { in set_load_weight()
7788 if (task_has_idle_policy(p) && !idle_policy(policy)) { in user_check_sched_setscheduler()

Completed in 63 milliseconds