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

  /src/sys/dev/ic/
bhavar.h 136 sc_allocating_ccbs;
bha.c 186 TAILQ_INIT(&sc->sc_allocating_ccbs);
1762 if (TAILQ_FIRST(&sc->sc_allocating_ccbs) != NULL)
1814 TAILQ_INSERT_TAIL(&sc->sc_allocating_ccbs, ccb, chain);
1824 ccb = TAILQ_FIRST(&sc->sc_allocating_ccbs);
1878 TAILQ_REMOVE(&sc->sc_allocating_ccbs, ccb, chain);

Completed in 56 milliseconds