Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drtmutex.c338 static void rt_mutex_adjust_prio(struct task_struct *p) in rt_mutex_adjust_prio() function
724 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()
740 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()
975 rt_mutex_adjust_prio(owner); in task_blocks_on_rt_mutex()
1034 rt_mutex_adjust_prio(current); in mark_wakeup_next_waiter()
1095 rt_mutex_adjust_prio(owner); in remove_waiter()
/Linux-v5.4/Documentation/locking/
Drt-mutex-design.rst353 The functions implementing the task adjustments are rt_mutex_adjust_prio
354 and rt_mutex_setprio. rt_mutex_setprio is only used in rt_mutex_adjust_prio.
356 rt_mutex_adjust_prio examines the priority of the task, and the highest
370 It is interesting to note that rt_mutex_adjust_prio can either increase
372 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio
406 Before this function is called, the task has already had rt_mutex_adjust_prio
482 has changed, we call rt_mutex_adjust_prio on the owner to see if the owner