Lines Matching refs:task_struct
13 static inline int rt_task(struct task_struct *p) in rt_task()
19 extern int rt_mutex_getprio(struct task_struct *p);
20 extern void rt_mutex_setprio(struct task_struct *p, int prio);
21 extern int rt_mutex_get_effective_prio(struct task_struct *task, int newprio);
22 extern struct task_struct *rt_mutex_get_top_task(struct task_struct *task);
23 extern void rt_mutex_adjust_pi(struct task_struct *p);
24 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked()
29 static inline int rt_mutex_getprio(struct task_struct *p) in rt_mutex_getprio()
34 static inline int rt_mutex_get_effective_prio(struct task_struct *task, in rt_mutex_get_effective_prio()
40 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) in rt_mutex_get_top_task()
45 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked()