Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Drtmutex.c354 int max_lock_depth = 1024; variable
451 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
458 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
459 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
461 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
/linux-4.4.14/include/linux/
Drtmutex.h19 extern int max_lock_depth; /* for sysctl */
/linux-4.4.14/kernel/
Dsysctl.c1077 .data = &max_lock_depth,