Searched refs:readq (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_device.c90 struct ifqueue readq; member in struct:ngd_private
173 mtx_init(&priv->readq.ifq_mtx, "ng_device queue", NULL, MTX_DEF);
174 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen);
185 mtx_destroy(&priv->readq.ifq_mtx);
271 IF_LOCK(&priv->readq);
272 if (_IF_QFULL(&priv->readq)) {
273 IF_UNLOCK(&priv->readq);
278 _IF_ENQUEUE(&priv->readq, m);
279 IF_UNLOCK(&priv->readq);
303 IF_DRAIN(&priv->readq);
[all...]
/freebsd-11.0-release/sys/mips/include/
H A Dcpufunc.h364 #define readq(a) (*(volatile uint64_t *)(a)) macro
/freebsd-11.0-release/sys/mips/mips/
H A Dbus_space_generic.c215 #ifdef readq
216 #define rd64(a) readq((a))
/freebsd-11.0-release/sys/amd64/include/
H A Dcpufunc.h51 #define readq(va) (*(volatile uint64_t *) (va)) macro

Completed in 84 milliseconds