Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c6005 static inline bool task_is_throttled(struct task_struct *p) in task_is_throttled() function
6989 static bool task_is_throttled(struct task_struct *p) { return false; } in task_is_throttled() function
7207 if (task_is_throttled(p) && enqueue_throttled_task(p)) in enqueue_task_fair()
7433 if (task_is_throttled(p)) { in dequeue_task_fair()
9078 if (task_is_throttled(p)) in wakeup_preempt_fair()
14247 .task_is_throttled = task_is_throttled_fair,
H A Ddeadline.c3451 .task_is_throttled = task_is_throttled_dl,
H A Dsched.h2678 int (*task_is_throttled)(struct task_struct *p, int cpu); member
H A Dcore.c344 if (p->sched_class->task_is_throttled) in sched_task_is_throttled()
345 return p->sched_class->task_is_throttled(p, cpu); in sched_task_is_throttled()