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

  /src/sys/dev/pci/
ubsecvar.h 200 SIMPLEQ_HEAD(,ubsec_q2) sc_q2free; /* free list */
ubsec.c 370 SIMPLEQ_INIT(&sc->sc_q2free);
1994 SIMPLEQ_INSERT_TAIL(&sc->sc_q2free, &me->me_q, q_next);
2019 SIMPLEQ_INSERT_TAIL(&sc->sc_q2free, &rp->rpr_q, q_next);
2384 while (!SIMPLEQ_EMPTY(&sc->sc_q2free)) {
2387 q = SIMPLEQ_FIRST(&sc->sc_q2free);
2388 SIMPLEQ_REMOVE_HEAD(&sc->sc_q2free, /*q,*/ q_next);

Completed in 14 milliseconds