Lines Matching refs:debug_atomic_read
175 unsigned long long hi1 = debug_atomic_read(hardirqs_on_events), in lockdep_stats_debug_show()
176 hi2 = debug_atomic_read(hardirqs_off_events), in lockdep_stats_debug_show()
177 hr1 = debug_atomic_read(redundant_hardirqs_on), in lockdep_stats_debug_show()
178 hr2 = debug_atomic_read(redundant_hardirqs_off), in lockdep_stats_debug_show()
179 si1 = debug_atomic_read(softirqs_on_events), in lockdep_stats_debug_show()
180 si2 = debug_atomic_read(softirqs_off_events), in lockdep_stats_debug_show()
181 sr1 = debug_atomic_read(redundant_softirqs_on), in lockdep_stats_debug_show()
182 sr2 = debug_atomic_read(redundant_softirqs_off); in lockdep_stats_debug_show()
185 debug_atomic_read(chain_lookup_misses)); in lockdep_stats_debug_show()
187 debug_atomic_read(chain_lookup_hits)); in lockdep_stats_debug_show()
189 debug_atomic_read(nr_cyclic_checks)); in lockdep_stats_debug_show()
191 debug_atomic_read(nr_redundant_checks)); in lockdep_stats_debug_show()
193 debug_atomic_read(nr_redundant)); in lockdep_stats_debug_show()
195 debug_atomic_read(nr_find_usage_forwards_checks)); in lockdep_stats_debug_show()
197 debug_atomic_read(nr_find_usage_backwards_checks)); in lockdep_stats_debug_show()
258 DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused); in lockdep_stats_show()