Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/locking/
A Dlockdep_internals.h155 extern struct lock_class lock_classes[MAX_LOCKDEP_KEYS];
207 unsigned long lock_class_ops[MAX_LOCKDEP_KEYS];
A Dlockdep_proc.c288 nr_lock_classes, MAX_LOCKDEP_KEYS); in lockdep_stats_show()
403 struct lock_stat_data stats[MAX_LOCKDEP_KEYS];
A Dlockdep.c218 struct lock_class lock_classes[MAX_LOCKDEP_KEYS];
219 DECLARE_BITMAP(lock_classes_in_use, MAX_LOCKDEP_KEYS);
244 static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], cpu_lock_stats);
435 return hlock_id & (MAX_LOCKDEP_KEYS - 1); in chain_hlock_class_idx()
3432 BUILD_BUG_ON((MAX_LOCKDEP_KEYS-1) & CHAIN_BLK_FLAG); in alloc_chain_hlocks()
6372 printk("... MAX_LOCKDEP_KEYS: %lu\n", MAX_LOCKDEP_KEYS); in lockdep_init()
/linux-6.3-rc2/include/linux/
A Dlockdep.h86 #define MAX_LOCKDEP_KEYS (1UL << MAX_LOCKDEP_KEYS_BITS) macro
/linux-6.3-rc2/Documentation/locking/
A Dlockdep-design.rst339 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of lock classes.
342 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))
344 By default, MAX_LOCKDEP_KEYS is currently set to 8191, and typical

Completed in 19 milliseconds