Searched refs:atomic_long_cmpxchg (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | spsc_queue.h | 107 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
|
| /linux-6.15/include/asm-generic/ |
| H A D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
|
| /linux-6.15/net/xdp/ |
| H A D | xdp_umem.c | 146 } while (atomic_long_cmpxchg(&umem->user->locked_vm, old_npgs, in xdp_umem_account_pages()
|
| /linux-6.15/kernel/ |
| H A D | ucount.c | 209 old = atomic_long_cmpxchg(v, c, c+1); in atomic_long_inc_below()
|
| /linux-6.15/kernel/printk/ |
| H A D | printk_ringbuffer.c | 839 atomic_long_cmpxchg(&desc_ring->tail_id, tail_id, in desc_push_tail()
|
| /linux-6.15/mm/kasan/ |
| H A D | kasan_test_c.c | 777 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_cmpxchg(unsafe, 21, 42)); in kasan_atomics_helper()
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 4348 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 5607 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
|