Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/locking/
Drtmutex.c341 int max_lock_depth = 1024; variable
438 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
445 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
446 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
448 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
/linux-4.1.27/include/linux/
Drtmutex.h19 extern int max_lock_depth; /* for sysctl */
/linux-4.1.27/kernel/
Dsysctl.c1058 .data = &max_lock_depth,