Home
last modified time | relevance | path

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

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