Home
last modified time | relevance | path

Searched refs:task_is_throttled (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/sched/
H A Dfair.c5745 static inline bool task_is_throttled(struct task_struct *p) in task_is_throttled() function
6728 static bool task_is_throttled(struct task_struct *p) { return false; } in task_is_throttled() function
6928 if (task_is_throttled(p) && enqueue_throttled_task(p)) in enqueue_task_fair()
7163 if (task_is_throttled(p)) { in dequeue_task_fair()
8755 if (task_is_throttled(p)) in check_preempt_wakeup_fair()
13662 .task_is_throttled = task_is_throttled_fair,
H A Drt.c2598 .task_is_throttled = task_is_throttled_rt,
H A Ddeadline.c3125 .task_is_throttled = task_is_throttled_dl,
H A Dsched.h2467 int (*task_is_throttled)(struct task_struct *p, int cpu); member
H A Dcore.c335 if (p->sched_class->task_is_throttled) in sched_task_is_throttled()
336 return p->sched_class->task_is_throttled(p, cpu); in sched_task_is_throttled()