Home
last modified time | relevance | path

Searched refs:atomic_long_cmpxchg (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Datomic-long.h135 #define atomic_long_cmpxchg(l, old, new) \ macro
254 #define atomic_long_cmpxchg(l, old, new) \ macro
/OK3568_Linux_fs/kernel/include/drm/
H A Dspsc_queue.h107 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
H A Datomic-long.h411 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function
905 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxdp_umem.c149 } while (atomic_long_cmpxchg(&umem->user->locked_vm, old_npgs, in xdp_umem_account_pages()
/OK3568_Linux_fs/kernel/fs/
H A Dnsfs.c99 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in __ns_get_path()
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c836 atomic_long_cmpxchg(&desc_ring->tail_id, tail_id, in desc_push_tail()
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c200 old_max = atomic_long_cmpxchg( in update_used_max()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c1083 } while (atomic_long_cmpxchg(&user->locked_vm, old_pg, new_pg) != in mm_account_pinned_pages()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c8661 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages, in __io_account_mem()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c4921 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()