Lines Matching refs:ptr
142 #define __debug_atomic_inc(ptr) \ argument
143 this_cpu_inc(lockdep_stats.ptr);
145 #define debug_atomic_inc(ptr) { \ argument
147 __this_cpu_inc(lockdep_stats.ptr); \
150 #define debug_atomic_dec(ptr) { \ argument
152 __this_cpu_dec(lockdep_stats.ptr); \
155 #define debug_atomic_read(ptr) ({ \ argument
161 __total += __cpu_lockdep_stats->ptr; \
166 # define __debug_atomic_inc(ptr) do { } while (0) argument
167 # define debug_atomic_inc(ptr) do { } while (0) argument
168 # define debug_atomic_dec(ptr) do { } while (0) argument
169 # define debug_atomic_read(ptr) 0 argument