Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damrvar.h209 int amr_nextslot; /* Next slot to use for newly allocated commands */ member
H A Damr.c239 while (sc->amr_nextslot < sc->amr_maxio) in amr_attach()
356 OID_AUTO, "nextslot", CTLFLAG_RD, &sc->amr_nextslot, 0, in amr_init_sysctl()
1935 if (sc->amr_nextslot > sc->amr_maxio) in amr_alloccmd_cluster()
1939 nextslot = sc->amr_nextslot; in amr_alloccmd_cluster()
1977 sc->amr_nextslot = nextslot; in amr_alloccmd_cluster()