Searched refs:MAX_LOCKDEP_KEYS (Results 1 – 6 of 6) sorted by relevance
159 extern struct lock_class lock_classes[MAX_LOCKDEP_KEYS];211 unsigned long lock_class_ops[MAX_LOCKDEP_KEYS];
288 nr_lock_classes, MAX_LOCKDEP_KEYS); in lockdep_stats_show() 405 struct lock_stat_data stats[MAX_LOCKDEP_KEYS];
224 struct lock_class lock_classes[MAX_LOCKDEP_KEYS];225 DECLARE_BITMAP(lock_classes_in_use, MAX_LOCKDEP_KEYS);250 static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], cpu_lock_stats);438 return hlock_id & (MAX_LOCKDEP_KEYS - 1); in chain_hlock_class_idx() 1331 print_lockdep_off("BUG: MAX_LOCKDEP_KEYS too low!"); in register_lock_class() 3499 BUILD_BUG_ON((MAX_LOCKDEP_KEYS-1) & CHAIN_BLK_FLAG); in alloc_chain_hlocks() 3959 * hlock->class_idx can't go beyond MAX_LOCKDEP_KEYS, but is in check_chain_key() 6638 pr_info("... MAX_LOCKDEP_KEYS: %lu\n", MAX_LOCKDEP_KEYS); in lockdep_init()
203 #define MAX_LOCKDEP_KEYS (1UL << MAX_LOCKDEP_KEYS_BITS) macro 232 * the range from 0 to (MAX_LOCKDEP_KEYS-1) inclusive.
339 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
341 MAX_LOCKDEP_KEYS. Oltrepassare questo limite indurrà lokdep a generare il344 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))