Searched refs:rt_mutex_adjust_prio (Results 1 – 2 of 2) sorted by relevance
475 static __always_inline void rt_mutex_adjust_prio(struct task_struct *p) in rt_mutex_adjust_prio() function925 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()941 rt_mutex_adjust_prio(task); in rt_mutex_adjust_prio_chain()1190 rt_mutex_adjust_prio(owner); in task_blocks_on_rt_mutex()1249 rt_mutex_adjust_prio(current); in mark_wakeup_next_waiter()1485 rt_mutex_adjust_prio(owner); in remove_waiter()
353 The functions implementing the task adjustments are rt_mutex_adjust_prio354 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 highest370 It is interesting to note that rt_mutex_adjust_prio can either increase372 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio406 Before this function is called, the task has already had rt_mutex_adjust_prio482 has changed, we call rt_mutex_adjust_prio on the owner to see if the owner
Completed in 9 milliseconds