Home
last modified time | relevance | path

Searched refs:sc_cmd2s (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/geom/nop/
H A Dg_nop.h71 uintmax_t sc_cmd2s; member
H A Dg_nop.c264 sc->sc_cmd2s++; in g_nop_start()
444 sc->sc_cmd2s = 0; in g_nop_create()
895 sc->sc_cmd2s = 0; in g_nop_ctl_reset()
966 sbuf_printf(sb, "%s<Cmd2s>%ju</Cmd2s>\n", indent, sc->sc_cmd2s); in g_nop_dumpconf()
/freebsd/sys/geom/union/
H A Dg_union.h77 long sc_cmd2s; /* number of cmd2's done */ member
H A Dg_union.c264 sc->sc_cmd2s = 0; in g_union_ctl_create()
509 sc->sc_cmd2s = 0; in g_union_ctl_reset()
865 atomic_add_long(&sc->sc_cmd2s, 1); in g_union_start()
1265 (uintmax_t)sc->sc_cmd2s); in g_union_dumpconf()