Lines Matching refs:ptr
195 #define __debug_atomic_inc(ptr) \ argument
196 this_cpu_inc(lockdep_stats.ptr);
198 #define debug_atomic_inc(ptr) { \ argument
200 __this_cpu_inc(lockdep_stats.ptr); \
203 #define debug_atomic_dec(ptr) { \ argument
205 __this_cpu_dec(lockdep_stats.ptr); \
208 #define debug_atomic_read(ptr) ({ \ argument
214 __total += __cpu_lockdep_stats->ptr; \
239 # define __debug_atomic_inc(ptr) do { } while (0) argument
240 # define debug_atomic_inc(ptr) do { } while (0) argument
241 # define debug_atomic_dec(ptr) do { } while (0) argument
242 # define debug_atomic_read(ptr) 0 argument
243 # define debug_class_ops_inc(ptr) do { } while (0) argument