Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
Dlos_lockdep.h43 #define MAX_LOCK_DEPTH 16U macro
64 HeldLocks heldLocks[MAX_LOCK_DEPTH];
/kernel/linux/linux-5.10/tools/include/linux/
Dlockdep.h19 #define MAX_LOCK_DEPTH 63UL macro
30 struct held_lock held_locks[MAX_LOCK_DEPTH];
/kernel/linux/linux-5.10/fs/configfs/
Dinode.c30 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/kernel/liteos_a/kernel/base/mp/
Dlos_lockdep.c200 if (lockDep->lockDepth >= (INT32)MAX_LOCK_DEPTH) { in OsLockDepCheckIn()
/kernel/linux/linux-5.10/include/linux/
Dsched.h1164 # define MAX_LOCK_DEPTH 48UL macro
1168 struct held_lock held_locks[MAX_LOCK_DEPTH];
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c4855 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()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-lock.c95 #define MAX_LOCK_DEPTH 48 macro