Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/lockdep/include/liblockdep/
Dcommon.h7 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
32 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
/Linux-v5.4/include/linux/
Dlockdep.h46 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
159 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
181 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_copy_map()
/Linux-v5.4/kernel/locking/
Dlockdep.c1264 else if (subclass < NR_LOCKDEP_CACHING_CLASSES) in register_lock_class()
3715 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_init_map()
3831 if (subclass < NR_LOCKDEP_CACHING_CLASSES) in __lock_acquire()
5083 for (j = 0; j < NR_LOCKDEP_CACHING_CLASSES; j++) in lock_class_cache_is_registered()