Home
last modified time | relevance | path

Searched refs:rt_mutex_getprio (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/sched/
Drt.h19 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
/linux-4.4.14/kernel/locking/
Drtmutex.c263 int rt_mutex_getprio(struct task_struct *task) in rt_mutex_getprio() function
301 int prio = rt_mutex_getprio(task); in __rt_mutex_adjust_prio()
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt367 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 the
375 waiters of all the mutexes that the task owns, rt_mutex_getprio simply needs
384 __rt_mutex_adjust_prio examines the result of rt_mutex_getprio, and if the