Home
last modified time | relevance | path

Searched refs:local64_xchg (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/asm-generic/
Dlocal64.h45 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro
83 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro
/linux-3.4.99/kernel/events/
Dcore.c1977 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
5569 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
5644 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()