Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
A Dlocal.h55 #define local_cmpxchg(l, o, n) \ macro
75 old = local_cmpxchg((l), c, c + (a)); \
/linux/arch/x86/include/asm/
A Dlocal.h123 #define local_cmpxchg(l, o, n) \ macro
144 old = local_cmpxchg((l), c, c + (a)); \
/linux/arch/mips/include/asm/
A Dlocal.h128 #define local_cmpxchg(l, o, n) \ macro
145 while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) \
/linux/include/asm-generic/
A Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
A Dlocal64.h45 #define local64_cmpxchg(l, o, n) local_cmpxchg((&(l)->a), (o), (n))
/linux/arch/powerpc/include/asm/
A Dlocal.h79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() function
/linux/drivers/hwtracing/coresight/
A Dcoresight-etb10.c606 if (local_cmpxchg(&drvdata->reading, 0, 1)) in etb_open()
A Dcoresight-etm3x-core.c541 val = local_cmpxchg(&drvdata->mode, CS_MODE_DISABLED, mode); in etm_enable()
A Dcoresight-stm.c203 val = local_cmpxchg(&drvdata->mode, CS_MODE_DISABLED, mode); in stm_enable()
A Dcoresight-etm4x-core.c754 val = local_cmpxchg(&drvdata->mode, CS_MODE_DISABLED, mode); in etm4_enable()
/linux/kernel/events/
A Dring_buffer.c218 } while (local_cmpxchg(&rb->head, offset, head) != offset); in __perf_output_begin()
/linux/kernel/trace/
A Dring_buffer.c683 ret = local_cmpxchg(l, expect, set); in rb_time_read_cmpxchg()
1437 (void)local_cmpxchg(&next_page->write, old_write, val); in rb_tail_page_update()
1438 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update()
2934 index = local_cmpxchg(&bpage->write, old_index, new_index); in rb_try_to_discard()

Completed in 29 milliseconds