Searched refs:atomic_long_cmpxchg (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/drm/ |
| D | spsc_queue.h | 107 if (atomic_long_cmpxchg(&queue->tail, in spsc_queue_pop()
|
| /Linux-v5.4/include/asm-generic/ |
| D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
|
| D | atomic-long.h | 410 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function 904 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() function
|
| /Linux-v5.4/fs/ |
| D | nsfs.c | 96 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in __ns_get_path()
|
| D | io_uring.c | 3253 } while (atomic_long_cmpxchg(&user->locked_vm, cur_pages, in io_account_mem()
|
| /Linux-v5.4/net/xdp/ |
| D | xdp_umem.c | 335 } while (atomic_long_cmpxchg(&umem->user->locked_vm, old_npgs, in xdp_umem_account_pages()
|
| /Linux-v5.4/drivers/block/zram/ |
| D | zram_drv.c | 196 old_max = atomic_long_cmpxchg( in update_used_max()
|
| /Linux-v5.4/net/core/ |
| D | skbuff.c | 1072 } while (atomic_long_cmpxchg(&user->locked_vm, old_pg, new_pg) != in mm_account_pinned_pages()
|
| /Linux-v5.4/kernel/events/ |
| D | core.c | 4595 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
|