Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlockdep.h19 #define MAX_LOCK_DEPTH 63UL macro
30 struct held_lock held_locks[MAX_LOCK_DEPTH];
/OK3568_Linux_fs/kernel/fs/configfs/
H A Dinode.c30 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1056 # define MAX_LOCK_DEPTH 48UL macro
1060 struct held_lock held_locks[MAX_LOCK_DEPTH];
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c4857 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
4964 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
4968 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
5833 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6266 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-lock.c95 #define MAX_LOCK_DEPTH 48 macro