Searched refs:rt_mutex_getprio (Results 1 – 3 of 3) sorted by relevance
19 extern int rt_mutex_getprio(struct task_struct *p);29 static inline int rt_mutex_getprio(struct task_struct *p) in rt_mutex_getprio() function
263 int rt_mutex_getprio(struct task_struct *task) in rt_mutex_getprio() function301 int prio = rt_mutex_getprio(task); in __rt_mutex_adjust_prio()
367 to already be taken), rt_mutex_getprio, and rt_mutex_setprio.369 rt_mutex_getprio and rt_mutex_setprio are only used in __rt_mutex_adjust_prio.371 rt_mutex_getprio returns the priority that the task should have. Either the375 waiters of all the mutexes that the task owns, rt_mutex_getprio simply needs384 __rt_mutex_adjust_prio examines the result of rt_mutex_getprio, and if the