Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_device.c115 struct ifqueue readq; member
199 mtx_init(&priv->readq.ifq_mtx, "ng_device queue", NULL, MTX_DEF); in ng_device_constructor()
200 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()
211 mtx_destroy(&priv->readq.ifq_mtx); in ng_device_constructor()
309 IF_LOCK(&priv->readq); in ng_device_rcvdata()
310 if (_IF_QFULL(&priv->readq)) { in ng_device_rcvdata()
311 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()
316 _IF_ENQUEUE(&priv->readq, m); in ng_device_rcvdata()
317 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()
341 IF_DRAIN(&priv->readq); in ng_device_disconnect()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio-64-nonatomic-lo-hi.h57 #ifndef readq
58 #define readq(addr) lo_hi_readq(addr) macro
H A Dio.h206 #undef readq
210 readq(const volatile void *addr) in readq() function
219 #define readq(addr) readq(addr) macro
358 return (readq(addr)); in ioread64()
H A Diosys-map.h112 #define _iosys_map_readq(_addr) readq(_addr)
/freebsd/sys/amd64/include/
H A Dcpufunc.h51 #define readq(va) (*(volatile uint64_t *) (va)) macro