Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Drtmutex.h21 extern int max_lock_depth; /* for sysctl */
/linux-6.1.9/kernel/locking/
Drtmutex.c639 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
646 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
647 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
649 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
Drtmutex_api.c14 int max_lock_depth = 1024; variable
/linux-6.1.9/kernel/
Dsysctl.c1995 .data = &max_lock_depth,