Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A 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
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4854 if (tsk_is_pi_blocked(tsk)) in sched_submit_work()