Searched refs:atomic_long_cmpxchg (Results 1 – 7 of 7) sorted by relevance
| /linux/include/drm/ |
| H A D | spsc_queue.h | 109 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
|
| /linux/include/asm-generic/ |
| H A D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
|
| /linux/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/kernel/printk/ |
| H A D | printk_ringbuffer.c | 836 atomic_long_cmpxchg(&desc_ring->tail_id, tail_id, in desc_push_tail()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 825 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_cmpxchg(unsafe, 21, 42)); in kasan_atomics_helper()
|
| /linux/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/kernel/events/ |
| H A D | core.c | 5687 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
|