Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Drt.h42 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked() function
52 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked() function
/Linux-v4.19/kernel/sched/
Dcore.c3500 if (!tsk->state || tsk_is_pi_blocked(tsk)) in sched_submit_work()