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

/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
H A Dlockdep.h11 #define MAX_LOCK_DEPTH 2000UL macro
22 struct held_lock held_locks[MAX_LOCK_DEPTH];
/linux-4.1.27/fs/configfs/
H A Dinode.c44 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux-4.1.27/tools/perf/
H A Dbuiltin-lock.c86 * MAX_LOCK_DEPTH
90 #define MAX_LOCK_DEPTH 48 macro
/linux-4.1.27/kernel/locking/
H A Dlockdep.c3123 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) __lock_acquire()
3215 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { __lock_acquire()
3217 print_lockdep_off("BUG: MAX_LOCK_DEPTH too low!"); __lock_acquire()
3219 curr->lockdep_depth, MAX_LOCK_DEPTH); __lock_acquire()
3875 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); lockdep_reset()
4046 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); lockdep_info()
4066 sizeof(struct held_lock) * MAX_LOCK_DEPTH); lockdep_info()
/linux-4.1.27/include/linux/
H A Dsched.h1543 # define MAX_LOCK_DEPTH 48UL macro
1547 struct held_lock held_locks[MAX_LOCK_DEPTH];

Completed in 257 milliseconds