Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dlock-contention.h70 #define MAX_LOCK_DEPTH 48 macro
/linux-6.15/fs/configfs/
H A Dinode.c28 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux-6.15/include/linux/
H A Dsched.h1263 # define MAX_LOCK_DEPTH 48UL macro
1267 struct held_lock held_locks[MAX_LOCK_DEPTH];
/linux-6.15/kernel/locking/
H A Dlockdep.c5136 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
5249 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
5254 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
6177 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6626 pr_info("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()