Home
last modified time | relevance | path

Searched refs:local_set (Results 1 – 7 of 7) sorted by relevance

/arch/alpha/include/asm/
Dlocal.h14 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) macro
/arch/x86/include/asm/
Dlocal.h16 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) macro
/arch/powerpc/include/asm/
Dlocal.h15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) macro
/arch/m32r/include/asm/
Dlocal.h46 #define local_set(l, i) (((l)->counter) = (i)) macro
/arch/mips/include/asm/
Dlocal.h19 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) macro
/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c234 local_set(&buf->data_size, head); in bts_update()
374 local_set(&buf->head, head); in bts_buffer_reset()
Dperf_event_intel_pt.c537 local_set(&buf->data_size, base); in pt_update_head()
794 local_set(&buf->data_size, 0); in pt_buffer_reset_offsets()