Searched refs:debug_atomic_read (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep_proc.c196 unsigned long long hi1 = debug_atomic_read(hardirqs_on_events),
197 hi2 = debug_atomic_read(hardirqs_off_events),
198 hr1 = debug_atomic_read(redundant_hardirqs_on),
199 hr2 = debug_atomic_read(redundant_hardirqs_off),
200 si1 = debug_atomic_read(softirqs_on_events),
201 si2 = debug_atomic_read(softirqs_off_events),
202 sr1 = debug_atomic_read(redundant_softirqs_on),
203 sr2 = debug_atomic_read(redundant_softirqs_off);
206 debug_atomic_read(chain_lookup_misses));
208 debug_atomic_read(chain_lookup_hit
[all...]
H A Dlockdep_internals.h225 #define debug_atomic_read(ptr) ({ \ macro
259 # define debug_atomic_read(ptr) 0 macro

Completed in 458 milliseconds