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

/linux-master/tools/perf/util/
H A Dlock-contention.h64 * MAX_LOCK_DEPTH
68 #define MAX_LOCK_DEPTH 48 macro
/linux-master/fs/configfs/
H A Dinode.c28 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux-master/include/linux/
H A Dsched.h1179 # define MAX_LOCK_DEPTH 48UL macro
1183 struct held_lock held_locks[MAX_LOCK_DEPTH];
/linux-master/kernel/locking/
H A Dlockdep.c5038 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH))
5151 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) {
5153 print_lockdep_off("BUG: MAX_LOCK_DEPTH too low!");
5155 curr->lockdep_depth, MAX_LOCK_DEPTH);
6054 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock));
6484 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH);

Completed in 229 milliseconds