Home
last modified time | relevance | path

Searched refs:local_cmpxchg (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dlocal.h79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() function
97 r = local_cmpxchg(l, o, n); in local_try_cmpxchg()
/linux/include/asm-generic/
H A Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
H A Dlocal64.h47 return local_cmpxchg(&l->a, old, new); in local64_cmpxchg()
/linux/arch/loongarch/include/asm/
H A Dlocal.h59 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
/linux/arch/alpha/include/asm/
H A Dlocal.h55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
/linux/arch/x86/include/asm/
H A Dlocal.h123 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
/linux/arch/mips/include/asm/
H A Dlocal.h97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
/linux/include/linux/
H A Dcoresight.h610 return local_cmpxchg(&csdev->mode, CS_MODE_DISABLED, new_mode) == in coresight_take_mode()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c606 if (local_cmpxchg(&drvdata->reading, 0, 1)) in etb_open()
/linux/kernel/trace/
H A Dring_buffer.c1456 (void)local_cmpxchg(&next_page->write, old_write, val); in rb_tail_page_update()
1457 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update()