Home
last modified time | relevance | path

Searched refs:local_read (Results 1 – 8 of 8) sorted by relevance

/arch/alpha/include/asm/
Dlocal.h13 #define local_read(l) atomic_long_read(&(l)->a) macro
70 c = local_read(l); \
/arch/x86/include/asm/
Dlocal.h15 #define local_read(l) atomic_long_read(&(l)->a) macro
139 c = local_read((l)); \
/arch/m32r/include/asm/
Dlocal.h37 #define local_read(l) ((l)->counter) macro
261 c = local_read(l); in local_add_unless()
/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c165 index = local_read(&buf->head); in bts_config_buffer()
201 if (local_read(&buf->data_size) >= bts->handle.size || in bts_buffer_is_full()
202 bts->handle.size - local_read(&buf->data_size) < BTS_RECORD_SIZE) in bts_buffer_is_full()
333 if (WARN_ON_ONCE(head != local_read(&buf->head))) in bts_buffer_reset()
419 old_head = local_read(&buf->head); in intel_bts_interrupt()
423 if (old_head == local_read(&buf->head)) in intel_bts_interrupt()
Dperf_event_intel_pt.c923 if (local_read(&buf->data_size) >= pt->handle.size) in pt_buffer_is_full()
/arch/mips/include/asm/
Dlocal.h18 #define local_read(l) atomic_long_read(&(l)->a) macro
135 c = local_read(l); \
/arch/powerpc/include/asm/
Dlocal.h14 #define local_read(l) atomic_long_read(&(l)->a) macro
/arch/mips/math-emu/
Dme-debugfs.c24 sum += local_read(pv); in fpuemu_stat_get()