Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Drtmutex.c194 int max_lock_depth = 1024; variable
228 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
235 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
236 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
238 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
Dsysctl.c927 .data = &max_lock_depth,
/linux-3.4.99/include/linux/
Drtmutex.h19 extern int max_lock_depth; /* for sysctl */