Home
last modified time | relevance | path

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

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