Searched refs:debug_atomic_read (Results 1 – 2 of 2) sorted by relevance
196 unsigned long long hi1 = debug_atomic_read(hardirqs_on_events), in lockdep_stats_debug_show()197 hi2 = debug_atomic_read(hardirqs_off_events), in lockdep_stats_debug_show()198 hr1 = debug_atomic_read(redundant_hardirqs_on), in lockdep_stats_debug_show()199 hr2 = debug_atomic_read(redundant_hardirqs_off), in lockdep_stats_debug_show()200 si1 = debug_atomic_read(softirqs_on_events), in lockdep_stats_debug_show()201 si2 = debug_atomic_read(softirqs_off_events), in lockdep_stats_debug_show()202 sr1 = debug_atomic_read(redundant_softirqs_on), in lockdep_stats_debug_show()203 sr2 = debug_atomic_read(redundant_softirqs_off); in lockdep_stats_debug_show()206 debug_atomic_read(chain_lookup_misses)); in lockdep_stats_debug_show()208 debug_atomic_read(chain_lookup_hits)); in lockdep_stats_debug_show()[all …]
225 #define debug_atomic_read(ptr) ({ \ macro259 # define debug_atomic_read(ptr) 0 macro