| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86atomic.h | 52 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) macro 73 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) macro 97 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | atomic.h | 163 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro 168 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | atomic.h | 34 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/include/ |
| H A D | atomic.h | 36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | atomic.h | 68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/ |
| H A D | atomic-gcc.h | 67 static inline int atomic_cmpxchg(atomic_t *v, int oldval, int newval) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | atomic.h | 70 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | atomic.h | 64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | atomic.h | 260 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | atomic_64.h | 52 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | cmpxchg.h | 78 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic.h | 194 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
| H A D | atomic-instrumented.h | 652 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function 657 #define atomic_cmpxchg atomic_cmpxchg macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | atomic32.c | 83 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | atomic.h | 77 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | atomic.h | 204 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | atomic.h | 210 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) macro
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | atomic.h | 308 #define atomic_cmpxchg atomic_cmpxchg in ATOMIC_OPS() macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | atomic.h | 200 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | atomic.h | 185 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 987 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() function 995 #define atomic_cmpxchg atomic_cmpxchg macro
|