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

/linux-master/arch/powerpc/include/asm/
H A Dlocal.h79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) function
97 r = local_cmpxchg(l, o, n);
/linux-master/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);
/linux-master/arch/alpha/include/asm/
H A Dlocal.h55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) function
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h59 static inline long local_cmpxchg(local_t *l, long old, long new) function
/linux-master/arch/x86/include/asm/
H A Dlocal.h123 static inline long local_cmpxchg(local_t *l, long old, long new) function
/linux-master/arch/mips/include/asm/
H A Dlocal.h97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) function
/linux-master/include/linux/
H A Dcoresight.h590 return local_cmpxchg(&csdev->mode, CS_MODE_DISABLED, new_mode) ==
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c606 if (local_cmpxchg(&drvdata->reading, 0, 1))
/linux-master/kernel/trace/
H A Dring_buffer.c1422 (void)local_cmpxchg(&next_page->write, old_write, val);
1423 (void)local_cmpxchg(&next_page->entries, old_entries, eval);

Completed in 171 milliseconds