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

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c115 struct wf2qp_queue *alg_fq = (struct wf2qp_queue *)q; local
121 alg_fq->S = alg_fq->F + 1; /* Mark timestamp as invalid. */
133 struct wf2qp_queue *alg_fq; local
144 alg_fq = (struct wf2qp_queue *)q;
146 if (DN_KEY_LT(alg_fq->F, alg_fq->S)) {
148 alg_fq->S = si->V; /* init start time */
153 alg_fq->S = MAX64(alg_fq
193 struct wf2qp_queue *alg_fq; local
319 struct wf2qp_queue *alg_fq = (struct wf2qp_queue *)q; local
[all...]

Completed in 97 milliseconds