Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Drtmutex.c337 static void rt_mutex_adjust_prio(struct task_struct *p) in rt_mutex_adjust_prio() function
725 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()
741 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()
976 rt_mutex_adjust_prio(owner); in task_blocks_on_rt_mutex()
1035 rt_mutex_adjust_prio(current); in mark_wakeup_next_waiter()
1096 rt_mutex_adjust_prio(owner); in remove_waiter()
/Linux-v4.19/Documentation/locking/
Drt-mutex-design.txt343 The functions implementing the task adjustments are rt_mutex_adjust_prio
344 and rt_mutex_setprio. rt_mutex_setprio is only used in rt_mutex_adjust_prio.
346 rt_mutex_adjust_prio examines the priority of the task, and the highest
359 It is interesting to note that rt_mutex_adjust_prio can either increase
361 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio
395 Before this function is called, the task has already had rt_mutex_adjust_prio
470 has changed, we call rt_mutex_adjust_prio on the owner to see if the owner