Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drtmutex.c660 struct task_struct *top_task) in rt_mutex_adjust_prio_chain() argument
692 top_task->comm, task_pid_nr(top_task)); in rt_mutex_adjust_prio_chain()
837 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
/openbmc/linux/Documentation/locking/
H A Drt-mutex-design.rst398 is blocked, and a top_task as the top waiter of the mutex.