HomeSort by: relevance | last modified time | path
    Searched refs:q_ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_rmclass.c 231 cl->q_ = malloc(sizeof(class_queue_t), M_DEVBUF, M_WAITOK|M_ZERO);
232 if (cl->q_ == NULL) {
251 qlimit(cl->q_) = maxq;
252 qtype(cl->q_) = Q_DROPHEAD;
253 qlen(cl->q_) = 0;
294 qlimit(cl->q_) * 10/100,
295 qlimit(cl->q_) * 30/100,
298 qtype(cl->q_) = Q_RED;
305 qtype(cl->q_) = Q_RIO;
366 qlimit(cl->q_) = maxq
    [all...]
altq_rmclass.h 125 class_queue_t *q_; /* Queue of packets */ member in struct:rm_class
altq_cbq.c 228 statsp->qmax = qlimit(cl->q_);
231 statsp->qcnt = qlen(cl->q_);
234 statsp->qtype = qtype(cl->q_);
236 if (q_is_red(cl->q_))
240 if (q_is_rio(cl->q_))
1096 q = cl->q_;

Completed in 47 milliseconds