Home
last modified time | relevance | path

Searched refs:arch_fetch_and_add (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dsystem.h61 #define arch_fetch_and_add(x, v) __sync_fetch_and_add(x, v) macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Datomic.h123 return i + arch_fetch_and_add(&v->counter, i); in atomic_add_return()
136 return arch_fetch_and_add(&v->counter, -i) - i; in atomic_sub_return()
A Dsystem.h163 #define arch_fetch_and_add(ptr, v) \ macro
/xen-4.10.0-shim-comet/xen/common/
A Dspinlock.c144 tickets.head_tail = arch_fetch_and_add(&lock->tickets.head_tail, in _spin_lock_cb()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c668 oc = arch_fetch_and_add(&pg->linear_pt_count, -1); in dec_linear_entries()
692 oc = arch_fetch_and_add(&pg->linear_pt_count, 1); in dec_linear_uses()

Completed in 13 milliseconds