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

/linux-master/include/drm/
H A Dspsc_queue.h107 if (atomic_long_cmpxchg(&queue->tail,
/linux-master/include/asm-generic/
H A Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
/linux-master/net/xdp/
H A Dxdp_umem.c146 } while (atomic_long_cmpxchg(&umem->user->locked_vm, old_npgs,
/linux-master/kernel/
H A Ducount.c223 old = atomic_long_cmpxchg(v, c, c+1);
/linux-master/arch/s390/kvm/
H A Dpci.c216 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages,
/linux-master/kernel/printk/
H A Dprintk_ringbuffer.c839 atomic_long_cmpxchg(&desc_ring->tail_id, tail_id,
/linux-master/drivers/iommu/iommufd/
H A Dpages.c817 } while (atomic_long_cmpxchg(&pages->source_user->locked_vm, cur_pages,
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4335 * atomic_long_cmpxchg() - atomic compare and exchange with full ordering
4348 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) function
/linux-master/mm/kasan/
H A Dkasan_test.c745 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_cmpxchg(unsafe, 21, 42));
/linux-master/kernel/events/
H A Dcore.c5254 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1,

Completed in 1073 milliseconds