Searched refs:MAX_LOCK_DEPTH (Results 1 – 5 of 5) sorted by relevance
19 #define MAX_LOCK_DEPTH 63UL macro30 struct held_lock held_locks[MAX_LOCK_DEPTH];
44 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
3321 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()3421 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()3425 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()4175 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()4320 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()4340 sizeof(struct held_lock) * MAX_LOCK_DEPTH); in lockdep_init()
932 # define MAX_LOCK_DEPTH 48UL macro936 struct held_lock held_locks[MAX_LOCK_DEPTH];
94 #define MAX_LOCK_DEPTH 48 macro