Home
last modified time | relevance | path

Searched refs:NR_LOCKDEP_CACHING_CLASSES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dlockdep_types.h61 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
187 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
H A Dlockdep.h40 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_copy_map()
/openbmc/linux/kernel/locking/
H A Dlockdep.c1369 else if (subclass < NR_LOCKDEP_CACHING_CLASSES) in register_lock_class()
4862 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_init_map_type()
5008 if (subclass < NR_LOCKDEP_CACHING_CLASSES) in __lock_acquire()
6359 for (j = 0; j < NR_LOCKDEP_CACHING_CLASSES; j++) in lock_class_cache_is_registered()