task_is_throttled
static inline bool task_is_throttled(struct task_struct *p)
static bool task_is_throttled(struct task_struct *p) { return false; }