detect_deadlock   460 kernel/locking/rtmutex.c 	bool detect_deadlock;
detect_deadlock   463 kernel/locking/rtmutex.c 	detect_deadlock = rt_mutex_cond_detect_deadlock(orig_waiter, chwalk);
detect_deadlock   556 kernel/locking/rtmutex.c 			if (!detect_deadlock)
detect_deadlock   571 kernel/locking/rtmutex.c 		if (!detect_deadlock)
detect_deadlock   784 kernel/locking/rtmutex.c 	if (!detect_deadlock && waiter != top_waiter)
detect_deadlock  1206 kernel/locking/rtmutex.c static void rt_mutex_handle_deadlock(int res, int detect_deadlock,
detect_deadlock  1213 kernel/locking/rtmutex.c 	if (res != -EDEADLOCK || detect_deadlock)