/arch/h8300/include/asm/ |
D | cmpxchg.h | 64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/sh/include/asm/ |
D | atomic.h | 45 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/sparc/lib/ |
D | atomic32.c | 70 int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function 81 EXPORT_SYMBOL(atomic_xchg);
|
/arch/m68k/include/asm/ |
D | atomic.h | 162 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro 179 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/sparc/include/asm/ |
D | atomic_32.h | 29 int atomic_xchg(atomic_t *, int);
|
D | atomic_64.h | 87 static inline int atomic_xchg(atomic_t *v, int new) in ATOMIC_OPS()
|
/arch/tile/include/asm/ |
D | atomic.h | 125 static inline int atomic_xchg(atomic_t *v, int n) in atomic_xchg() function
|
/arch/arc/include/asm/ |
D | cmpxchg.h | 225 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/arm64/include/asm/ |
D | atomic.h | 112 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) macro 191 #define atomic64_xchg atomic_xchg
|
/arch/metag/include/asm/ |
D | atomic_lnkget.h | 139 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
D | atomic_lock1.h | 123 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/hexagon/include/asm/ |
D | atomic.h | 60 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/arch/mn10300/include/asm/ |
D | atomic.h | 156 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
|
/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 100 if (atomic_xchg(&prd_usage, 1) == 1) in opal_prd_open() 268 atomic_xchg(&prd_usage, 0); in opal_prd_release()
|
/arch/xtensa/include/asm/ |
D | atomic.h | 275 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/m32r/include/asm/ |
D | atomic.h | 249 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/x86/include/asm/ |
D | atomic.h | 196 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() function
|
/arch/mips/math-emu/ |
D | dsemul.c | 157 fr_idx = atomic_xchg(&tsk->thread.bd_emu_frame, BD_EMUFRAME_NONE); in dsemul_thread_cleanup()
|
/arch/frv/include/asm/ |
D | atomic.h | 145 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) macro
|
/arch/s390/include/asm/ |
D | atomic.h | 86 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/blackfin/mach-common/ |
D | smp.c | 151 while ((pending = atomic_xchg(&bfin_ipi_data->bits, 0)) != 0) { in ipi_handler_int1()
|
/arch/alpha/include/asm/ |
D | atomic.h | 193 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/arch/parisc/include/asm/ |
D | atomic.h | 78 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/arch/mips/mm/ |
D | page.c | 283 if (atomic_xchg(&run_once, 1)) { in build_clear_page() 430 if (atomic_xchg(&run_once, 1)) { in build_copy_page()
|
/arch/powerpc/kvm/ |
D | book3s_xive_template.c | 226 int p = atomic_xchg(&q->pending_count, 0); in GLUE()
|