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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep_proc.c164 unsigned int hi1 = debug_atomic_read(&hardirqs_on_events),
165 hi2 = debug_atomic_read(&hardirqs_off_events),
166 hr1 = debug_atomic_read(&redundant_hardirqs_on),
167 hr2 = debug_atomic_read(&redundant_hardirqs_off),
168 si1 = debug_atomic_read(&softirqs_on_events),
169 si2 = debug_atomic_read(&softirqs_off_events),
170 sr1 = debug_atomic_read(&redundant_softirqs_on),
171 sr2 = debug_atomic_read(&redundant_softirqs_off);
174 debug_atomic_read(&chain_lookup_misses));
176 debug_atomic_read(
[all...]
H A Dlockdep_internals.h73 # define debug_atomic_read(ptr) atomic_read(ptr) macro
77 # define debug_atomic_read(ptr) 0 macro
H A Dlockdep.c308 # define debug_atomic_read(ptr) atomic_read(ptr) macro
312 # define debug_atomic_read(ptr) 0 macro

Completed in 48 milliseconds