Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ !
Drtmutex.h21 extern int max_lock_depth; /* for sysctl */
/linux-6.6.21/kernel/locking/ !
Drtmutex.c681 if (++depth > max_lock_depth) { in rt_mutex_adjust_prio_chain()
688 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain()
689 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
691 "task: %s (%d)\n", max_lock_depth, in rt_mutex_adjust_prio_chain()
Drtmutex_api.c14 int max_lock_depth = 1024; variable
/linux-6.6.21/kernel/ !
Dsysctl.c1954 .data = &max_lock_depth,