Searched refs:sc_cmd_buf_free (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/video/
H A Dudl.c343 TAILQ_INIT(&sc->sc_cmd_buf_free);
372 TAILQ_INSERT_TAIL(&sc->sc_cmd_buf_free, cb, entry);
510 while ((cb = TAILQ_FIRST(&sc->sc_cmd_buf_free)) == NULL) {
516 TAILQ_REMOVE(&sc->sc_cmd_buf_free, cb, entry);
538 TAILQ_INSERT_TAIL(&sc->sc_cmd_buf_free, cb, entry);
599 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry);
620 TAILQ_CONCAT(&sc->sc_cmd_buf_free, phead, entry);
H A Dudl.h74 struct udl_cmd_head sc_cmd_buf_free; member in struct:udl_softc

Completed in 62 milliseconds