/freebsd/sys/contrib/dev/rtw89/ |
H A D | chan.h | 57 WRITE_ONCE(hal->entity_active, active); 73 WRITE_ONCE(hal->entity_mode, mode);
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompat.h | 61 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 D | list.h | 113 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 D | compiler.h | 106 #define WRITE_ONCE(x,v) do { \ macro
|
H A D | rculist.h | 121 WRITE_ONCE(*pprev, next); in hlist_del_rcu()
|
H A D | iosys-map.h | 147 WRITE_ONCE(*(_type *)((_ism)->vaddr + (_off)), val); \
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | dma.c | 241 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 D | util.h | 122 WRITE_ONCE(w->state, 0); in mt76_worker_disable()
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | barrier.h | 55 #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 D | atomic-long.h | 61 WRITE_ONCE(v->counter, i); in atomic_long_set()
|
H A D | atomic.h | 72 WRITE_ONCE(v->counter, i); in atomic_set()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_tasklet.c | 46 WRITE_ONCE(*(volatile u_int *)&(ts)->tasklet_state, new)
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 56 #define WRITE_ONCE(x,v) do { \ macro 97 WRITE_ONCE(prev->next, next); in __list_del()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_iq.c | 350 WRITE_ONCE(iq->running, 1); in mlx5e_iq_open() 382 WRITE_ONCE(iq->running, 0); in mlx5e_iq_drain()
|
H A D | mlx5_en_main.c | 1842 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 D | mlx5_en_rl.c | 215 WRITE_ONCE(sq->running, 1); in mlx5e_rl_open_sq()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_utils.c | 408 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 D | irdma_hw.c | 195 WRITE_ONCE(cqp_request->request_done, true); in irdma_complete_cqp_request()
|