Searched refs:atomic_long_cmpxchg (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/include/drm/ |
D | spsc_queue.h | 107 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
|
/Linux-v5.10/include/asm-generic/ |
D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
|
D | atomic-long.h | 411 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
|
/Linux-v5.10/net/xdp/ |
D | xdp_umem.c | 149 } while (atomic_long_cmpxchg(&umem->user->locked_vm, old_npgs, in xdp_umem_account_pages()
|
/Linux-v5.10/fs/ |
D | nsfs.c | 99 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in __ns_get_path()
|
D | io_uring.c | 7876 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages, in __io_account_mem()
|
/Linux-v5.10/kernel/printk/ |
D | printk_ringbuffer.c | 833 atomic_long_cmpxchg(&desc_ring->tail_id, tail_id, in desc_push_tail()
|
/Linux-v5.10/drivers/block/zram/ |
D | zram_drv.c | 200 old_max = atomic_long_cmpxchg( in update_used_max()
|
/Linux-v5.10/net/core/ |
D | skbuff.c | 1066 } while (atomic_long_cmpxchg(&user->locked_vm, old_pg, new_pg) != in mm_account_pinned_pages()
|
/Linux-v5.10/kernel/events/ |
D | core.c | 4861 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
|