Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
Dcommon.h7 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
32 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
/kernel/linux/linux-5.10/include/linux/
Dlockdep_types.h60 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
178 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
Dlockdep.h44 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_copy_map()
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c1327 else if (subclass < NR_LOCKDEP_CACHING_CLASSES) in register_lock_class()
4705 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_init_map_type()
4825 if (subclass < NR_LOCKDEP_CACHING_CLASSES) in __lock_acquire()
6127 for (j = 0; j < NR_LOCKDEP_CACHING_CLASSES; j++) in lock_class_cache_is_registered()