Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h6 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
31 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
/linux-4.4.14/include/linux/
Dlockdep.h43 #define NR_LOCKDEP_CACHING_CLASSES 2 macro
152 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES];
174 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_copy_map()
/linux-4.4.14/kernel/locking/
Dlockdep.c833 else if (subclass < NR_LOCKDEP_CACHING_CLASSES) in register_lock_class()
2972 for (i = 0; i < NR_LOCKDEP_CACHING_CLASSES; i++) in lockdep_init_map()
3095 if (subclass < NR_LOCKDEP_CACHING_CLASSES) in __lock_acquire()
3995 for (j = 0; j < NR_LOCKDEP_CACHING_CLASSES; j++) in lockdep_reset_lock()