Home
last modified time | relevance | path

Searched refs:sc_noentry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/net/agr/
H A Dif_agr.c912 if ((error = sc->sc_noentry) != 0) in agr_pause()
915 sc->sc_noentry = EBUSY; in agr_pause()
921 sc->sc_noentry = ENXIO; in agr_pause()
923 sc->sc_noentry = 0; in agr_pause()
951 while ((error = sc->sc_noentry) == EBUSY) in agr_enter()
H A Dif_agrvar_impl.h111 volatile int sc_noentry; member