Searched refs:max_lock_depth (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drtmutex.c155 int max_lock_depth = 1024; variable
183 if (++depth > max_lock_depth) {
190 if (prev_max != max_lock_depth) {
191 prev_max = max_lock_depth;
193 "task: %s (%d)\n", max_lock_depth,
H A Dsysctl.c126 extern int max_lock_depth;
709 .procname = "max_lock_depth",
710 .data = &max_lock_depth,

Completed in 56 milliseconds