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

/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatmvar.h238 struct rbuf_list rbuf_free; /* free rbufs list */ member in struct:fatm_softc
H A Dif_fatm.c501 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1098 if ((rb = LIST_FIRST(&sc->rbuf_free)) == NULL) {
1104 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1115 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1137 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1188 if ((rb = LIST_FIRST(&sc->rbuf_free)) == NULL) {
1194 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1206 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1229 LIST_INSERT_HEAD(&sc->rbuf_free, rb, link);
1523 LIST_INSERT_HEAD(&sc->rbuf_free, r
[all...]

Completed in 76 milliseconds