Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
H A Dlos_lockdep.h43 #define MAX_LOCK_DEPTH 16U macro
64 HeldLocks heldLocks[MAX_LOCK_DEPTH];
/kernel/linux/linux-5.10/tools/include/linux/
H A Dlockdep.h19 #define MAX_LOCK_DEPTH 63UL macro
30 struct held_lock held_locks[MAX_LOCK_DEPTH];
/kernel/linux/linux-6.6/tools/perf/util/
H A Dlock-contention.h62 * MAX_LOCK_DEPTH
66 #define MAX_LOCK_DEPTH 48 macro
/kernel/linux/linux-5.10/fs/configfs/
H A Dinode.c30 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/kernel/linux/linux-6.6/fs/configfs/
H A Dinode.c28 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/kernel/liteos_a/kernel/base/mp/
H A Dlos_lockdep.c200 if (lockDep->lockDepth >= (INT32)MAX_LOCK_DEPTH) { in OsLockDepCheckIn()
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h1177 # define MAX_LOCK_DEPTH 48UL macro
1181 struct held_lock held_locks[MAX_LOCK_DEPTH];
/kernel/linux/linux-6.6/include/linux/
H A Dsched.h1288 # define MAX_LOCK_DEPTH 48UL macro
1292 struct held_lock held_locks[MAX_LOCK_DEPTH];
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c4858 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
4965 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
4967 print_lockdep_off("BUG: MAX_LOCK_DEPTH too low!"); in __lock_acquire()
4969 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
5834 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6267 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c91 * MAX_LOCK_DEPTH
95 #define MAX_LOCK_DEPTH 48 macro
/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep.c5038 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
5151 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
5153 print_lockdep_off("BUG: MAX_LOCK_DEPTH too low!"); in __lock_acquire()
5155 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
6054 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6484 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()

Completed in 35 milliseconds