Searched defs:atomic_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/ |
A D | atomic.h | 94 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg() function
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/ |
A D | atomic.h | 99 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg() function
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/ |
A D | platform-compat.h | 170 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | atomic.h | 108 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
Completed in 8 milliseconds