Searched refs:_q (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Ddn_sched_rr.c248 rr_new_queue(struct dn_queue *_q) argument
250 struct rr_queue *q = (struct rr_queue *)_q;
252 _q->ni.oid.subtype = DN_SCHED_RR;
254 q->quantum = _q->fs->fs.par[0] * _q->fs->fs.par[1];
259 if (_q->mq.head != NULL) {
261 rr_append(q, (struct rr_si *)(_q->_si + 1));
267 rr_free_queue(struct dn_queue *_q) argument
269 struct rr_queue *q = (struct rr_queue *)_q;
273 struct rr_si *si = (struct rr_si *)(_q
[all...]
H A Ddn_sched_wf2q.c91 struct dn_queue _q; member in struct:wf2qp_queue
296 wf2qp_new_queue(struct dn_queue *_q) argument
298 struct wf2qp_queue *q = (struct wf2qp_queue *)_q;
300 _q->ni.oid.subtype = DN_SCHED_WF2QP;
303 q->inv_w = ONE_FP / _q->fs->fs.par[0];
304 if (_q->mq.head != NULL) {
305 wf2qp_enqueue(_q->_si, _q, _q->mq.head);
H A Ddn_sched_qfq.c197 struct dn_queue _q; member in struct:qfq_class
291 qfq_new_queue(struct dn_queue *_q) argument
293 struct qfq_sched *q = (struct qfq_sched *)(_q->_si + 1);
294 struct qfq_class *cl = (struct qfq_class *)_q;
301 w = _q->fs->fs.par[0];
302 cl->lmax = _q->fs->fs.par[1];
322 qfq_free_queue(struct dn_queue *_q) argument
324 struct qfq_sched *q = (struct qfq_sched *)(_q->_si + 1);
325 struct qfq_class *cl = (struct qfq_class *)_q;
514 if (cl->_q
634 qfq_enqueue(struct dn_sch_inst *si, struct dn_queue *_q, struct mbuf *m) argument
[all...]
H A Dip_dummynet.c2015 drain_queue_cb(void *_q, void *arg) argument
2017 struct dn_queue *q = _q;
/freebsd-10.2-release/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c32 dn_delete_queue(void *_q, void *do_free) argument
34 struct dn_queue *q = _q;
/freebsd-10.2-release/contrib/gcc/config/soft-fp/
H A Dop-1.h205 _FP_W_TYPE _q, _r; \
209 doit(_q, _r, X##_f, Y##_f); \
210 R##_f = _q | (_r != 0); \
220 _FP_W_TYPE _nh, _nl, _q, _r, _y; \
238 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
239 R##_f = _q | (_r != 0); \
244 _FP_W_TYPE _nh, _nl, _q, _r; \
256 udiv_qrnnd(_q, _r, _nh, _nl, Y##_f); \
257 R##_f = _q | (_r != 0); \
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_osdep.h107 #define UNREFERENCED_2PARAMETER(_p, _q)
108 #define UNREFERENCED_3PARAMETER(_p, _q, _r)
109 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s)
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_osdep.h83 #define UNREFERENCED_2PARAMETER(_p, _q)
84 #define UNREFERENCED_3PARAMETER(_p, _q, _r)
85 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s)
/freebsd-10.2-release/sys/dev/ath/
H A Dif_athvar.h1073 #define ath_hal_puttxbuf(_ah, _q, _bufaddr) \
1074 ((*(_ah)->ah_setTxDP)((_ah), (_q), (_bufaddr)))
1075 #define ath_hal_gettxbuf(_ah, _q) \
1076 ((*(_ah)->ah_getTxDP)((_ah), (_q)))
1077 #define ath_hal_numtxpending(_ah, _q) \
1078 ((*(_ah)->ah_numTxPending)((_ah), (_q)))
1081 #define ath_hal_txstart(_ah, _q) \
1082 ((*(_ah)->ah_startTxDma)((_ah), (_q)))
1124 #define ath_hal_resettxqueue(_ah, _q) \
1125 ((*(_ah)->ah_resetTxQueue)((_ah), (_q)))
[all...]
/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap_kern.h879 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL)
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dglob.c600 compare_gps(const void *_p, const void *_q) argument
603 const struct glob_path_stat *q = (const struct glob_path_stat *)_q;

Completed in 153 milliseconds