Home
last modified time | relevance | path

Searched refs:WRITE_ONCE (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dchan.h57 WRITE_ONCE(hal->entity_active, active);
73 WRITE_ONCE(hal->entity_mode, mode);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h61 WRITE_ONCE(h->first, n); in hlist_add_head()
68 WRITE_ONCE(*(n->pprev), n->next); in hlist_del()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h113 WRITE_ONCE(prev->next, next); in __list_del()
370 WRITE_ONCE(*(n->pprev), n->next); in hlist_del()
392 WRITE_ONCE(h->first, n); in hlist_add_head()
403 WRITE_ONCE(*(n->pprev), n); in hlist_add_before()
411 WRITE_ONCE(prev->next, n); in hlist_add_behind()
H A Dcompiler.h106 #define WRITE_ONCE(x,v) do { \ macro
H A Drculist.h121 WRITE_ONCE(*pprev, next); in hlist_del_rcu()
H A Diosys-map.h147 WRITE_ONCE(*(_type *)((_ism)->vaddr + (_off)), val); \
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c241 WRITE_ONCE(desc->buf0, cpu_to_le32(buf->addr)); in mt76_dma_add_rx_buf()
242 WRITE_ONCE(desc->buf1, cpu_to_le32(buf1)); in mt76_dma_add_rx_buf()
243 WRITE_ONCE(desc->ctrl, cpu_to_le32(ctrl)); in mt76_dma_add_rx_buf()
244 WRITE_ONCE(desc->info, 0); in mt76_dma_add_rx_buf()
304 WRITE_ONCE(desc->buf0, cpu_to_le32(buf0)); in mt76_dma_add_buf()
305 WRITE_ONCE(desc->buf1, cpu_to_le32(buf1)); in mt76_dma_add_buf()
306 WRITE_ONCE(desc->info, cpu_to_le32(info)); in mt76_dma_add_buf()
307 WRITE_ONCE(desc->ctrl, cpu_to_le32(ctrl)); in mt76_dma_add_buf()
H A Dutil.h122 WRITE_ONCE(w->state, 0); in mt76_worker_disable()
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbarrier.h55 #define smp_store_mb(x, v) do { WRITE_ONCE(x, v); smp_mb(); } while (0)
61 #define smp_store_release(p, v) do { smp_mb(); WRITE_ONCE(*p, v); } while (0)
H A Datomic-long.h61 WRITE_ONCE(v->counter, i); in atomic_long_set()
H A Datomic.h72 WRITE_ONCE(v->counter, i); in atomic_set()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c46 WRITE_ONCE(*(volatile u_int *)&(ts)->tasklet_state, new)
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h56 #define WRITE_ONCE(x,v) do { \ macro
97 WRITE_ONCE(prev->next, next); in __list_del()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_iq.c350 WRITE_ONCE(iq->running, 1); in mlx5e_iq_open()
382 WRITE_ONCE(iq->running, 0); in mlx5e_iq_drain()
H A Dmlx5_en_main.c1842 WRITE_ONCE(sq->running, 1); in mlx5e_open_sq()
1924 WRITE_ONCE(sq->running, 0); in mlx5e_drain_sq()
4128 WRITE_ONCE(sq->running, 1); in mlx5e_resume_sq()
H A Dmlx5_en_rl.c215 WRITE_ONCE(sq->running, 1); in mlx5e_rl_open_sq()
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c408 WRITE_ONCE(cqp_request->request_done, false); in irdma_free_cqp_request()
442 WRITE_ONCE(cqp_request->request_done, true); in irdma_free_pending_cqp_request()
H A Dirdma_hw.c195 WRITE_ONCE(cqp_request->request_done, true); in irdma_complete_cqp_request()