Home
last modified time | relevance | path

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

/linux-3.3/kernel/
Dlockdep.c812 lock->class_cache[0] = class; in register_lock_class()
814 lock->class_cache[subclass] = class; in register_lock_class()
2957 lock->class_cache[i] = NULL; in lockdep_init_map()
3036 class = lock->class_cache[subclass]; in __lock_acquire()
3221 struct lock_class *class = lock->class_cache[0]; in match_held_lock()
3908 match |= class == lock->class_cache[j]; in lockdep_reset_lock()
/linux-3.3/include/linux/
Dlockdep.h152 struct lock_class *class_cache[NR_LOCKDEP_CACHING_CLASSES]; member