Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dlockdep.h11 #define MAX_LOCK_DEPTH 2000UL macro
22 struct held_lock held_locks[MAX_LOCK_DEPTH];
/linux-4.4.14/fs/configfs/
Dinode.c44 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux-4.4.14/kernel/locking/
Dlockdep.c3123 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
3216 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
3220 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
3872 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
4043 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_info()
4063 sizeof(struct held_lock) * MAX_LOCK_DEPTH); in lockdep_info()
/linux-4.4.14/tools/perf/
Dbuiltin-lock.c90 #define MAX_LOCK_DEPTH 48 macro
/linux-4.4.14/include/linux/
Dsched.h1628 # define MAX_LOCK_DEPTH 48UL macro
1632 struct held_lock held_locks[MAX_LOCK_DEPTH];