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

  /src/sys/altq/
altq_rio.c 179 /* rio_list keeps all rio_queue_t's allocated. */
180 static rio_queue_t *rio_list = NULL;
196 static int rio_detach(rio_queue_t *);
476 rio_queue_t *rqp;
493 rio_queue_t *rqp;
537 /* allocate and initialize rio_queue_t */
538 rqp = malloc(sizeof(rio_queue_t), M_DEVBUF, M_WAITOK|M_ZERO);
694 rio_detach(rio_queue_t *rqp)
696 rio_queue_t *tmp;
729 rio_queue_t *rqp = (rio_queue_t *)ifq->altq_disc
    [all...]
altq_rio.h 133 } rio_queue_t; typedef in typeref:struct:rio_queue

Completed in 124 milliseconds