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

/freebsd-11.0-release/sys/net/altq/
H A Daltq_codel.h64 * struct codel_params - contains codel parameters
76 * struct codel_vars - contains codel variables
97 struct codel { struct
107 * codel interface state
115 struct codel codel; member in struct:codel_if
121 struct codel *codel_alloc(int, int, int);
122 void codel_destroy(struct codel *);
123 int codel_addq(struct codel *, class_queue_t *, struct mbuf *);
124 struct mbuf *codel_getq(struct codel *, class_queue_
[all...]
H A Daltq_codel.c64 static int codel_should_drop(struct codel *, class_queue_t *,
128 cif->codel.params.target = machclk_freq * opts->target / 1000;
129 cif->codel.params.interval = machclk_freq * opts->interval / 1000;
130 cif->codel.params.ecn = opts->ecn;
131 cif->codel.stats.maxpacket = 256;
172 stats.stats = cif->codel.stats;
227 if (codel_addq(&cif->codel, cif->cl_q, m)) {
251 m = codel_getq(&cif->codel, cif->cl_q);
261 struct codel *
264 struct codel *
[all...]
H A Daltq_fairq.h79 /* codel, red and rio related info */
82 struct codel_stats codel; member in struct:fairq_classstats
106 struct codel *cl_codel; /* CoDel state */
H A Daltq_priq.h109 /* codel, red and rio related info */
112 struct codel_stats codel; member in struct:priq_classstats
144 struct codel *cl_codel; /* CoDel state */
H A Daltq_cbq.h96 /* codel, red and rio related info */
99 struct codel_stats codel; member in struct:_cbq_class_stats_
H A Daltq_hfsc.h107 /* codel, red and rio related info */
110 struct codel_stats codel; member in struct:hfsc_classstats
238 struct codel *cl_codel; /* CoDel state */
H A Daltq_rmclass.h170 struct codel *codel_; /* codel state pointer */
H A Daltq_cbq.c242 codel_getstats(cl->codel_, &statsp->codel);
H A Daltq_fairq.c887 codel_getstats(cl->cl_codel, &sp->codel);
H A Daltq_priq.c654 codel_getstats(cl->cl_codel, &sp->codel);
H A Daltq_hfsc.c1673 codel_getstats(cl->cl_codel, &sp->codel);
/freebsd-11.0-release/contrib/gcc/
H A Dc-typeck.c4107 enum tree_code codel = TREE_CODE (type);
4214 if (codel == REFERENCE_TYPE
4241 else if (codel == VECTOR_TYPE && coder == VECTOR_TYPE
4245 else if ((codel == INTEGER_TYPE || codel == REAL_TYPE
4246 || codel == ENUMERAL_TYPE || codel == COMPLEX_TYPE
4247 || codel == BOOLEAN_TYPE)
4254 if ((codel == RECORD_TYPE || codel
4086 enum tree_code codel = TREE_CODE (type); local
[all...]
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c76 /* default codel parameters */
122 codel, CTLFLAG_RW, 0, "CODEL");
225 struct codel_status *cst; /*codel status variables */
284 * First allocate memory for codel status.
303 /* init codel status variables */
319 * Destroy memory allocated for codel status.
337 * Config codel parameters
338 * also allocate memory for codel configurations
365 /* configure codel parameters */
383 /* bound codel configuration
[all...]
/freebsd-11.0-release/contrib/gcc/cp/
H A Dtypeck.c6518 const enum tree_code codel = TREE_CODE (type);
6519 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE)
6520 && coder == codel
6563 enum tree_code codel = TREE_CODE (type);
6571 && codel != REFERENCE_TYPE)
6598 if (codel == REFERENCE_TYPE)
6504 const enum tree_code codel = TREE_CODE (type); local
6549 enum tree_code codel = TREE_CODE (type); local
H A Dcall.c4735 const enum tree_code codel = TREE_CODE (type); local
4736 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE)
4737 && coder == codel

Completed in 128 milliseconds