MAX_LOCKDEP_KEYS 125 kernel/lockdep.c static struct lock_class lock_classes[MAX_LOCKDEP_KEYS]; MAX_LOCKDEP_KEYS 137 kernel/lockdep.c static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], lock_stats); MAX_LOCKDEP_KEYS 786 kernel/lockdep.c if (nr_lock_classes >= MAX_LOCKDEP_KEYS) { MAX_LOCKDEP_KEYS 1769 kernel/lockdep.c if (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS)) MAX_LOCKDEP_KEYS 2609 kernel/lockdep.c if (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS)) MAX_LOCKDEP_KEYS 3283 kernel/lockdep.c printk("... MAX_LOCKDEP_KEYS: %lu\n", MAX_LOCKDEP_KEYS); MAX_LOCKDEP_KEYS 3290 kernel/lockdep.c (sizeof(struct lock_class) * MAX_LOCKDEP_KEYS + MAX_LOCKDEP_KEYS 334 kernel/lockdep_proc.c nr_lock_classes, MAX_LOCKDEP_KEYS); MAX_LOCKDEP_KEYS 443 kernel/lockdep_proc.c struct lock_stat_data stats[MAX_LOCKDEP_KEYS];