Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Drtmutex.c459 bool detect_deadlock; in rt_mutex_adjust_prio_chain() local
462 detect_deadlock = rt_mutex_cond_detect_deadlock(orig_waiter, chwalk); in rt_mutex_adjust_prio_chain()
555 if (!detect_deadlock) in rt_mutex_adjust_prio_chain()
570 if (!detect_deadlock) in rt_mutex_adjust_prio_chain()
785 if (!detect_deadlock && waiter != top_waiter) in rt_mutex_adjust_prio_chain()
1207 static void rt_mutex_handle_deadlock(int res, int detect_deadlock, in rt_mutex_handle_deadlock() argument
1214 if (res != -EDEADLOCK || detect_deadlock) in rt_mutex_handle_deadlock()