Searched refs:READ_ONCE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsrcu.h38 ((__typeof(*(p)) *)READ_ONCE(p))
H A Drcupdate.h82 ((__typeof(*p) *)READ_ONCE(p))
85 ((__typeof(*p) *)READ_ONCE(p))
91 ((__typeof(*p) *)READ_ONCE(p))
H A Dcompiler.h95 #define READ_ONCE(x) ({ \ macro
104 #define lockless_dereference(p) READ_ONCE(p)
H A Drculist.h37 container_of(READ_ONCE(ptr), type, member)
H A Dbitops.h276 !!(READ_ONCE(((volatile const unsigned long *)(a))[BIT_WORD(i)]) & BIT_MASK(i))
H A Dlist.h356 return !READ_ONCE(h->first);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic-long.h63 return READ_ONCE(v->counter);
H A Datomic.h93 return READ_ONCE(v->counter);
253 __ret.val = READ_ONCE(*ptr); \
261 __ret.val = READ_ONCE(*ptr); \
H A Datomic64.h77 return READ_ONCE(v->counter);
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h413 #define READ_ONCE(x) ({ \ macro
420 #define READ_ONCE8(x) READ_ONCE(x)
421 #define READ_ONCE16(x) READ_ONCE(x)
422 #define READ_ONCE32(x) READ_ONCE(x)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c53 READ_ONCE(*(volatile uintptr_t *)&(ts)->entry.tqe_prev)
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c167 packets += READ_ONCE(ring->packets);
168 bytes += READ_ONCE(ring->bytes);
178 packets += READ_ONCE(ring->packets);
179 bytes += READ_ONCE(ring->bytes);
H A Dmlx4_en_tx.c937 READ_ONCE(priv->port_up) == 0)) {
H A Dmlx4_en_netdev.c1582 watchdog_time = READ_ONCE(ring->watchdog_time);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c125 if (likely(READ_ONCE(sq->running) != 0))
558 READ_ONCE(sq->running) == 0)) {
H A Dmlx5_en_main.c1751 if (READ_ONCE(sq->running) == 0)
3617 if (READ_ONCE(sq->running) != 0)

Completed in 118 milliseconds