Lines Matching defs:detect_deadlock
697 bool detect_deadlock;
700 detect_deadlock = rt_mutex_cond_detect_deadlock(orig_waiter, chwalk);
788 * max_lock_depth above). Therefore disable detect_deadlock such that
800 if (IS_ENABLED(CONFIG_PREEMPT_RT) && waiter->ww_ctx && detect_deadlock)
801 detect_deadlock = false;
818 if (!detect_deadlock)
833 if (!detect_deadlock)
1071 if (!detect_deadlock && waiter != top_waiter)
1681 static void __sched rt_mutex_handle_deadlock(int res, int detect_deadlock,
1690 if (res != -EDEADLOCK || detect_deadlock)