Home
last modified time | relevance | path

Searched refs:enqueue_throttled_task (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dfair.c5832 static bool enqueue_throttled_task(struct task_struct *p) in enqueue_throttled_task() function
6723 static bool enqueue_throttled_task(struct task_struct *p) { return false; } in enqueue_throttled_task() function
6921 if (task_is_throttled(p) && enqueue_throttled_task(p)) in enqueue_task_fair()