Home
last modified time | relevance | path

Searched defs:task_is_throttled (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dfair.c5771 static inline bool task_is_throttled(struct task_struct *p) task_is_throttled() function
6755 static bool task_is_throttled(struct task_struct *p) { return false; } task_is_throttled() function
H A Dsched.h2659 int (*task_is_throttled)(struct task_struct *p, int cpu); member