Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/linux/
Dlockdep.h19 #define MAX_LOCK_DEPTH 63UL macro
30 struct held_lock held_locks[MAX_LOCK_DEPTH];
/Linux-v5.4/fs/configfs/
Dinode.c30 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/Linux-v5.4/include/linux/
Dsched.h983 # define MAX_LOCK_DEPTH 48UL macro
987 struct held_lock held_locks[MAX_LOCK_DEPTH];
/Linux-v5.4/kernel/locking/
Dlockdep.c3861 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
3965 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
3969 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
4759 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
5211 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()
/Linux-v5.4/tools/perf/
Dbuiltin-lock.c95 #define MAX_LOCK_DEPTH 48 macro