Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dlock-contention.h76 #define MAX_LOCK_DEPTH 48 macro
/linux/fs/configfs/
H A Dinode.c28 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux/include/linux/
H A Dsched.h1270 # define MAX_LOCK_DEPTH 48UL macro
1274 struct held_lock held_locks[MAX_LOCK_DEPTH];
/linux/kernel/locking/
H A Dlockdep.c5138 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
5251 if (unlikely(curr->lockdep_depth >= MAX_LOCK_DEPTH)) { in __lock_acquire()
5256 curr->lockdep_depth, MAX_LOCK_DEPTH); in __lock_acquire()
6179 memset(current->held_locks, 0, MAX_LOCK_DEPTH*sizeof(struct held_lock)); in lockdep_reset()
6637 pr_info("... MAX_LOCK_DEPTH: %lu\n", MAX_LOCK_DEPTH); in lockdep_init()
/linux/net/core/
H A Ddev.c12201 unsigned int limit = MAX_LOCK_DEPTH / 2; in netif_close_many_and_unlock_cond()