Searched refs:rt_mutex_adjust_prio (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/kernel/locking/ |
D | rtmutex.c | 504 static __always_inline void rt_mutex_adjust_prio(struct rt_mutex_base *lock, in rt_mutex_adjust_prio() function 979 rt_mutex_adjust_prio(lock, task); in rt_mutex_adjust_prio_chain() 996 rt_mutex_adjust_prio(lock, task); in rt_mutex_adjust_prio_chain() 1246 rt_mutex_adjust_prio(lock, owner); in task_blocks_on_rt_mutex() 1307 rt_mutex_adjust_prio(lock, current); in mark_wakeup_next_waiter() 1543 rt_mutex_adjust_prio(lock, owner); in remove_waiter()
|
/linux-6.6.21/Documentation/locking/ |
D | rt-mutex-design.rst | 353 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
|