Home
last modified time | relevance | path

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

/freebsd/sys/geom/nop/
H A Dg_nop.h68 uintmax_t sc_flushes; member
H A Dg_nop.c252 sc->sc_flushes++; in g_nop_start()
440 sc->sc_flushes = 0; in g_nop_create()
891 sc->sc_flushes = 0; in g_nop_ctl_reset()
962 sbuf_printf(sb, "%s<Flushes>%ju</Flushes>\n", indent, sc->sc_flushes); in g_nop_dumpconf()
/freebsd/sys/geom/union/
H A Dg_union.h74 long sc_flushes; /* number of flushes done */ member
H A Dg_union.c260 sc->sc_flushes = 0; in g_union_ctl_create()
505 sc->sc_flushes = 0; in g_union_ctl_reset()
849 atomic_add_long(&sc->sc_flushes, 1); in g_union_start()
1257 (uintmax_t)sc->sc_flushes); in g_union_dumpconf()