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

/kernel/locking/
H A Drtmutex.c339 int max_lock_depth = 1024; variable
436 if (++depth > max_lock_depth) {
443 if (prev_max != max_lock_depth) {
444 prev_max = max_lock_depth;
446 "task: %s (%d)\n", max_lock_depth,
/kernel/
H A Dsysctl.c1040 .procname = "max_lock_depth",
1041 .data = &max_lock_depth,

Completed in 176 milliseconds