Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/locking/
Drtmutex.c475 static __always_inline void rt_mutex_adjust_prio(struct task_struct *p) in rt_mutex_adjust_prio() function
924 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()
940 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()
1189 rt_mutex_adjust_prio(owner); in task_blocks_on_rt_mutex()
1248 rt_mutex_adjust_prio(current); in mark_wakeup_next_waiter()
1484 rt_mutex_adjust_prio(owner); in remove_waiter()
/linux-6.1.9/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