Home
last modified time | relevance | path

Searched refs:NR_LOCKDEP_CACHING_CLASSES (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
H A 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/
H A Dlockdep_types.h52 * NR_LOCKDEP_CACHING_CLASSES ... Number of classes
60 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
178 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
H A Dlockdep.h44 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_copy_map()
/kernel/linux/linux-6.6/include/linux/
H A Dlockdep_types.h53 * NR_LOCKDEP_CACHING_CLASSES ... Number of classes
61 #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()
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c1329 else if (subclass < NR_LOCKDEP_CACHING_CLASSES) in register_lock_class()
4708 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_init_map_type()
4828 if (subclass < NR_LOCKDEP_CACHING_CLASSES) in __lock_acquire()
6133 for (j = 0; j < NR_LOCKDEP_CACHING_CLASSES; j++) in lock_class_cache_is_registered()
/kernel/linux/linux-6.6/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()
6350 for (j = 0; j < NR_LOCKDEP_CACHING_CLASSES; j++) in lock_class_cache_is_registered()

Completed in 21 milliseconds