Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sched/
Drt.h24 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked() function
45 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked() function
/linux-4.4.14/kernel/sched/
Dcore.c3193 if (!tsk->state || tsk_is_pi_blocked(tsk)) in sched_submit_work()