Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drtmutex.h21 extern int max_lock_depth;
/linux/kernel/locking/
H A Drtmutex_api.c14 int max_lock_depth = 1024; variable
19 .data = &max_lock_depth,
H A Drtmutex.c704 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
711 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
712 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
714 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()