Home
last modified time | relevance | path

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

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