Searched refs:sc_readcons (Results 1 – 2 of 2) sorted by relevance
154 if ((cp = sc->sc_readcons) != NULL) { in g_gate_destroy()155 sc->sc_readcons = NULL; in g_gate_destroy()241 if (--cp->index == 0 && sc->sc_readcons != cp) in g_gate_done()261 if (sc->sc_readcons == NULL) in g_gate_start()269 if ((cp = sc->sc_readcons) == NULL) { in g_gate_start()412 if (sc->sc_readcons == cp) in g_gate_orphan()413 sc->sc_readcons = NULL; in g_gate_orphan()441 if (sc->sc_readcons != NULL) { in g_gate_dumpconf()445 indent, sc->sc_readcons->provider->name); in g_gate_dumpconf()595 sc->sc_readcons = cp; in g_gate_create()[all …]
92 struct g_consumer *sc_readcons; /* P: sc_read_mtx */ member