Searched refs:sc_rescnt (Results 1 – 2 of 2) sorted by relevance
98 if (sc->sc_rescnt == PROTO_RES_MAX) in proto_add_resource()101 r = sc->sc_res + sc->sc_rescnt++; in proto_add_resource()186 for (res = 0; res < sc->sc_rescnt; res++) { in proto_attach()239 for (res = 0; res < sc->sc_rescnt; res++) { in proto_detach()269 sc->sc_rescnt = 0; in proto_detach()
54 int sc_rescnt; member