Home
last modified time | relevance | path

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

/linux/fs/configfs/
A Dinode.c28 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux/include/linux/
A Dsched.h1144 # define MAX_LOCK_DEPTH 48UL macro
1148 struct held_lock held_locks[MAX_LOCK_DEPTH];
/linux/kernel/locking/
A Dlockdep.c4930 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
5037 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
5041 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
5909 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6334 printk("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()
/linux/tools/perf/
A Dbuiltin-lock.c95 #define MAX_LOCK_DEPTH 48 macro

Completed in 23 milliseconds