Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drtmutex.c689 bool detect_deadlock; in rt_mutex_adjust_prio_chain() local
692 detect_deadlock = rt_mutex_cond_detect_deadlock(orig_waiter, chwalk); in rt_mutex_adjust_prio_chain()
780 * max_lock_depth above). Therefore disable detect_deadlock such that in rt_mutex_adjust_prio_chain()
792 if (IS_ENABLED(CONFIG_PREEMPT_RT) && waiter->ww_ctx && detect_deadlock) in rt_mutex_adjust_prio_chain()
793 detect_deadlock = false; in rt_mutex_adjust_prio_chain()
810 if (!detect_deadlock) in rt_mutex_adjust_prio_chain()
825 if (!detect_deadlock) in rt_mutex_adjust_prio_chain()
1063 if (!detect_deadlock && waiter != top_waiter) in rt_mutex_adjust_prio_chain()
1658 static void __sched rt_mutex_handle_deadlock(int res, int detect_deadlock, in rt_mutex_handle_deadlock() argument
1666 if (res != -EDEADLOCK || detect_deadlock) in rt_mutex_handle_deadlock()
[all...]