Searched refs:WRITE_ONCE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h89 #define WRITE_ONCE(x,v) do { \ macro
H A Dlist.h116 WRITE_ONCE(prev->next, next);
363 WRITE_ONCE(*(n->pprev), n->next);
385 WRITE_ONCE(h->first, n);
396 WRITE_ONCE(*(n->pprev), n);
404 WRITE_ONCE(prev->next, n);
H A Drculist.h115 WRITE_ONCE(*pprev, next);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic-long.h57 WRITE_ONCE(v->counter, i);
H A Datomic.h75 WRITE_ONCE(v->counter, i);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c50 WRITE_ONCE(*(volatile uintptr_t *)&(ts)->entry.tqe_prev, new)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1669 WRITE_ONCE(sq->running, 1);
1755 WRITE_ONCE(sq->running, 0);
3641 WRITE_ONCE(sq->running, 1);

Completed in 87 milliseconds