Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c378 int max_lock_depth = 1024; variable
474 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
481 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
482 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
484 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
/kernel/
Dsysctl.c2620 .data = &max_lock_depth,