Home
last modified time | relevance | path

Searched refs:_si (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_rr.c151 rr_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m) in rr_enqueue() argument
164 si = (struct rr_si *)(_si + 1); in rr_enqueue()
177 rr_dequeue(struct dn_sch_inst *_si) in rr_dequeue() argument
180 struct rr_si *si = (struct rr_si *)(_si + 1); in rr_dequeue()
223 rr_new_sched(struct dn_sch_inst *_si) in rr_new_sched() argument
225 struct rr_si *si = (struct rr_si *)(_si + 1); in rr_new_sched()
234 rr_free_sched(struct dn_sch_inst *_si) in rr_free_sched() argument
236 (void)_si; in rr_free_sched()
275 rr_append(q, (struct rr_si *)(_q->_si + 1)); in rr_new_queue()
287 struct rr_si *si = (struct rr_si *)(_q->_si + 1); in rr_free_queue()
H A Ddn_sched_prio.c86 prio_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m) in prio_enqueue() argument
88 struct prio_si *si = (struct prio_si *)(_si + 1); in prio_enqueue()
115 prio_dequeue(struct dn_sch_inst *_si) in prio_dequeue() argument
117 struct prio_si *si = (struct prio_si *)(_si + 1); in prio_dequeue()
143 prio_new_sched(struct dn_sch_inst *_si) in prio_new_sched() argument
145 struct prio_si *si = (struct prio_si *)(_si + 1); in prio_new_sched()
164 struct prio_si *si = (struct prio_si *)(q->_si + 1); in prio_new_queue()
200 struct prio_si *si = (struct prio_si *)(q->_si + 1); in prio_free_queue()
H A Ddn_sched_fq_codel.c288 fq_codel_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_codel_enqueue() argument
297 mainq = (struct dn_queue *)(_si + 1); in fq_codel_enqueue()
298 si = (struct fq_codel_si *)_si; in fq_codel_enqueue()
299 schk = (struct fq_codel_schk *)(si->_si.sched+1); in fq_codel_enqueue()
353 fq_codel_dequeue(struct dn_sch_inst *_si) in fq_codel_dequeue() argument
362 si = (struct fq_codel_si *)_si; in fq_codel_dequeue()
363 schk = (struct fq_codel_schk *)(si->_si.sched+1); in fq_codel_dequeue()
434 fq_codel_new_sched(struct dn_sch_inst *_si) in fq_codel_new_sched() argument
441 si = (struct fq_codel_si *)_si; in fq_codel_new_sched()
442 schk = (struct fq_codel_schk *)(_si->sched+1); in fq_codel_new_sched()
[all …]
H A Ddn_sched_wf2q.c136 wf2qp_enqueue(struct dn_sch_inst *_si, struct dn_queue *q, struct mbuf *m) in wf2qp_enqueue() argument
139 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_enqueue()
193 wf2qp_dequeue(struct dn_sch_inst *_si) in wf2qp_dequeue() argument
196 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_dequeue()
268 wf2qp_new_sched(struct dn_sch_inst *_si) in wf2qp_new_sched() argument
270 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_new_sched()
286 wf2qp_free_sched(struct dn_sch_inst *_si) in wf2qp_free_sched() argument
288 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_free_sched()
315 wf2qp_enqueue(_q->_si, _q, _q->mq.head); in wf2qp_new_queue()
330 struct wf2qp_si *si = (struct wf2qp_si *)(q->_si + 1); in wf2qp_free_queue()
H A Ddn_sched_fq_codel.h75 struct dn_sch_inst _si; /* standard scheduler instance */ member
104 si->_si.ni.drops ++; in fq_update_stats()
118 si->_si.ni.length += inc; in fq_update_stats()
119 si->_si.ni.len_bytes += len; in fq_update_stats()
129 si->_si.ni.tot_bytes +=len; in fq_update_stats()
130 si->_si.ni.tot_pkts ++; in fq_update_stats()
H A Ddn_sched_fq_pie.c134 struct dn_sch_inst _si; /* standard scheduler instance. SHOULD BE FIRST */ member
299 si->_si.ni.drops ++; in fq_update_stats()
313 si->_si.ni.length += inc; in fq_update_stats()
314 si->_si.ni.len_bytes += len; in fq_update_stats()
324 si->_si.ni.tot_bytes +=len; in fq_update_stats()
325 si->_si.ni.tot_pkts ++; in fq_update_stats()
863 fq_pie_enqueue(struct dn_sch_inst *_si, struct dn_queue *_q, in fq_pie_enqueue() argument
873 mainq = (struct dn_queue *)(_si + 1); in fq_pie_enqueue()
874 si = (struct fq_pie_si *)_si; in fq_pie_enqueue()
876 schk = (struct fq_pie_schk *)(si->_si.sched+1); in fq_pie_enqueue()
[all …]
H A Ddn_sched.h188 if (q->_si) { in dn_dequeue()
189 q->_si->ni.length--; in dn_dequeue()
190 q->_si->ni.len_bytes -= m->m_pkthdr.len; in dn_dequeue()
H A Ddn_sched_fq_codel_helper.h55 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); in fqc_dodequeue()
105 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); in fqc_codel_dequeue()
H A Dip_dummynet.c369 q->_si = template->_si; in q_new()
370 q->_si->q_count++; in q_new()
407 q->_si->q_count--; in dn_delete_queue()
408 q->_si = NULL; in dn_delete_queue()
461 template._si = si; in ipdn_q_find()
572 si_destroy(void *_si, void *arg) in si_destroy() argument
574 struct dn_sch_inst *si = _si; in si_destroy()
627 si_reset_credit(void *_si, void *arg) in si_reset_credit() argument
629 struct dn_sch_inst *si = _si; in si_reset_credit()
690 si_cleanup_q(void *_si, void *arg) in si_cleanup_q() argument
[all …]
H A Ddn_sched_fifo.c88 q->_si = si; in fifo_new_sched()
H A Ddn_aqm.h126 sni = &q->_si->ni; in update_stats()
H A Dip_dn_io.c484 if (q->fs == NULL || q->_si == NULL) { in dn_enqueue()
486 __FUNCTION__, q->fs, q->_si); in dn_enqueue()
491 ni = &q->_si->ni; in dn_enqueue()
H A Dip_dn_private.h253 struct dn_sch_inst *_si; /* owner scheduler instance */ member
H A Ddn_sched_qfq.c304 struct qfq_sched *q = (struct qfq_sched *)(_q->_si + 1); in qfq_new_queue()
335 struct qfq_sched *q = (struct qfq_sched *)(_q->_si + 1); in qfq_free_queue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DEXPInstructions.td74 def _si : EXP_Real_ComprVM<ps, SIEncodingFamily.SI>, EXPe_ComprVM {
H A DSIInstrInfo.td2687 def _si : VINTRP_Real_si <op, NAME, outs, ins, asm, SIEncodingFamily.SI>;
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c589 q->_si = c->si; in init()