Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drtmutex.h21 extern int max_lock_depth; /* for sysctl */
/linux-6.3-rc2/kernel/locking/
A 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()
A Drtmutex_api.c14 int max_lock_depth = 1024; variable
/linux-6.3-rc2/kernel/
A Dsysctl.c1981 .data = &max_lock_depth,

Completed in 11 milliseconds