Searched refs:MAX_LOCKDEP_KEYS (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep_internals.h155 extern struct lock_class lock_classes[MAX_LOCKDEP_KEYS];
207 unsigned long lock_class_ops[MAX_LOCKDEP_KEYS];
H A Dlockdep_proc.c288 nr_lock_classes, MAX_LOCKDEP_KEYS);
403 struct lock_stat_data stats[MAX_LOCKDEP_KEYS];
H 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);
1320 print_lockdep_off("BUG: MAX_LOCKDEP_KEYS too low!");
3468 BUILD_BUG_ON((MAX_LOCKDEP_KEYS-1) & CHAIN_BLK_FLAG);
3920 * hlock->class_idx can't go beyond MAX_LOCKDEP_KEYS, but is
6485 printk("... MAX_LOCKDEP_KEYS: %lu\n", MAX_LOCKDEP_KEYS);
/linux-master/include/linux/
H A Dlockdep_types.h202 #define MAX_LOCKDEP_KEYS (1UL << MAX_LOCKDEP_KEYS_BITS) macro
231 * the range from 0 to (MAX_LOCKDEP_KEYS-1) inclusive.

Completed in 121 milliseconds