Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep_internals.h240 static inline void debug_class_ops_inc(struct lock_class *class) in debug_class_ops_inc() function
264 # define debug_class_ops_inc(ptr) do { } while (0) macro
H A Dlockdep.c5117 debug_class_ops_inc(class); in __lock_acquire()