Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Drtmutex.c142 int max_lock_depth = 1024; variable
170 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
177 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
178 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
180 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
Dsysctl.c901 .data = &max_lock_depth,
/linux-2.6.39/include/linux/
Drtmutex.h19 extern int max_lock_depth; /* for sysctl */