Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Drtmutex.c424 static int rt_mutex_adjust_prio_chain(struct task_struct *task, in rt_mutex_adjust_prio_chain() function
962 res = rt_mutex_adjust_prio_chain(owner, chwalk, lock, in task_blocks_on_rt_mutex()
1061 rt_mutex_adjust_prio_chain(owner, RT_MUTEX_MIN_CHAINWALK, lock, in remove_waiter()
1092 rt_mutex_adjust_prio_chain(task, RT_MUTEX_MIN_CHAINWALK, NULL, in rt_mutex_adjust_pi()
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt404 The PI chain walk is implemented by the function rt_mutex_adjust_prio_chain.
410 The rt_mutex_adjust_prio_chain can be used either to boost or lower process
413 rt_mutex_adjust_prio_chain is called with a task to be checked for PI
681 and run rt_mutex_adjust_prio_chain on the owner, as described earlier.
711 the rt_mutex_adjust_prio_chain needs to be executed again on the owner,
755 condition in rt_mutex_adjust_prio_chain from adding itself as a waiter