Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h31 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES]; member
/linux-4.4.14/include/linux/
Dlockdep.h152 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES]; member
175 to->class_cache[i] = NULL; in lockdep_copy_map()
/linux-4.4.14/kernel/locking/
Dlockdep.c832 lock->class_cache[0] = class; in register_lock_class()
834 lock->class_cache[subclass] = class; in register_lock_class()
2973 lock->class_cache[i] = NULL; in lockdep_init_map()
3096 class = lock->class_cache[subclass]; in __lock_acquire()
3270 struct lock_class *class = lock->class_cache[0]; in match_held_lock()
3996 match |= class == lock->class_cache[j]; in lockdep_reset_lock()