Searched defs:task_is_throttled (Results 1 – 2 of 2) sorted by relevance
5745 static inline bool task_is_throttled(struct task_struct *p) in task_is_throttled() function6721 static bool task_is_throttled(struct task_struct *p) { return false; } in task_is_throttled() function
2466 int (*task_is_throttled)(struct task_struct *p, int cpu); member