Home
last modified time | relevance | path

Searched refs:readq (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netgraph/
HDng_device.c90 struct ifqueue readq; member
173 mtx_init(&priv->readq.ifq_mtx, "ng_device queue", NULL, MTX_DEF); in ng_device_constructor()
174 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()
185 mtx_destroy(&priv->readq.ifq_mtx); in ng_device_constructor()
271 IF_LOCK(&priv->readq); in ng_device_rcvdata()
272 if (_IF_QFULL(&priv->readq)) { in ng_device_rcvdata()
273 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()
278 _IF_ENQUEUE(&priv->readq, m); in ng_device_rcvdata()
279 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()
303 IF_DRAIN(&priv->readq); in ng_device_disconnect()
[all …]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDio.h179 #undef readq
183 readq(const volatile void *addr) in readq() function
192 #define readq(addr) readq(addr) macro
/freebsd-11-stable/sys/mips/mips/
HDbus_space_generic.c215 #ifdef readq
216 #define rd64(a) readq((a))
/freebsd-11-stable/sys/mips/include/
HDcpufunc.h364 #define readq(a) (*(volatile uint64_t *)(a)) macro
/freebsd-11-stable/sys/amd64/include/
HDcpufunc.h51 #define readq(va) (*(volatile uint64_t *) (va)) macro