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

  /src/sys/dev/audio/
audiovar.h 204 * sc_am_capacity is the number of allocated elements.
209 int sc_am_capacity; member in struct:audio_softc
audio.c 991 sc->sc_am_capacity = 0;
8438 if (sc->sc_am_used >= sc->sc_am_capacity) {
8439 sc->sc_am_capacity += AM_CAPACITY;
8441 sc->sc_am_capacity * sizeof(pid_t), M_WAITOK);
8442 TRACE(2, "realloc am_capacity=%d", sc->sc_am_capacity);
8471 sc->sc_am_capacity = 0;

Completed in 16 milliseconds