Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.c2246 static bool task_runnable(const struct task_struct *p) in task_runnable() function
2296 WARN_ON_ONCE(!task_runnable(p)); in enqueue_task_scx()
2370 WARN_ON_ONCE(task_runnable(p)); in dequeue_task_scx()
H A Dfair.c4840 static inline unsigned long task_runnable(struct task_struct *p) in task_runnable() function
4946 if ((dequeued + UTIL_EST_MARGIN) < task_runnable(p)) in util_est_update()