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.c5745 static inline bool task_is_throttled(struct task_struct *p) in task_is_throttled() function
6721 static bool task_is_throttled(struct task_struct *p) { return false; } in task_is_throttled() function
H A Dsched.h2466 int (*task_is_throttled)(struct task_struct *p, int cpu); member