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