Searched refs:local_cmpxchg (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | local.h | 79 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 D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
|
H A D | local64.h | 47 return local_cmpxchg(&l->a, old, new); in local64_cmpxchg()
|
/linux/arch/loongarch/include/asm/ |
H A D | local.h | 59 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
|
/linux/arch/alpha/include/asm/ |
H A D | local.h | 55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
|
/linux/arch/x86/include/asm/ |
H A D | local.h | 123 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
|
/linux/arch/mips/include/asm/ |
H A D | local.h | 97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() function
|
/linux/include/linux/ |
H A D | coresight.h | 610 return local_cmpxchg(&csdev->mode, CS_MODE_DISABLED, new_mode) == in coresight_take_mode()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etb10.c | 606 if (local_cmpxchg(&drvdata->reading, 0, 1)) in etb_open()
|
/linux/kernel/trace/ |
H A D | ring_buffer.c | 1456 (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()
|