Searched refs:MAX_LOCK_DEPTH (Results 1 – 7 of 7) sorted by relevance
43 #define MAX_LOCK_DEPTH 16U macro64 HeldLocks heldLocks[MAX_LOCK_DEPTH];
19 #define MAX_LOCK_DEPTH 63UL macro30 struct held_lock held_locks[MAX_LOCK_DEPTH];
30 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
200 if (lockDep->lockDepth >= (INT32)MAX_LOCK_DEPTH) { in OsLockDepCheckIn()
1164 # define MAX_LOCK_DEPTH 48UL macro1168 struct held_lock held_locks[MAX_LOCK_DEPTH];
4855 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()4962 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()4966 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()5830 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()6255 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()
95 #define MAX_LOCK_DEPTH 48 macro