Searched refs:atomic_xchg_acquire (Results 1 – 4 of 4) sorted by relevance
89 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new)) macro151 #define atomic64_xchg_acquire atomic_xchg_acquire
426 #define atomic_xchg_acquire atomic_xchg macro431 #ifndef atomic_xchg_acquire432 #define atomic_xchg_acquire(...) \ macro
99 atomic_xchg_acquire(X,V) __xchg{acquire}(X,V)
372 status = atomic_xchg_acquire(&ctx->status, MLX5_FPGA_CMD_ABANDONED); in mlx5_fpga_tls_setup_stream_cmd()