Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drtmutex.c454 struct task_struct *top_task) in rt_mutex_adjust_prio_chain() argument
486 top_task->comm, task_pid_nr(top_task)); in rt_mutex_adjust_prio_chain()
601 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
/Linux-v5.4/Documentation/locking/
Drt-mutex-design.rst398 is blocked, and a top_task as the top waiter of the mutex.