Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c2542 if (task_is_blocked(p)) in enqueue_task_dl()
2864 if (task_is_blocked(p)) in put_prev_task_dl()
H A Dsched.h2503 static inline bool task_is_blocked(struct task_struct *p) in task_is_blocked() function
H A Dcore.c7179 !task_is_blocked(prev)); in __schedule()