Searched refs:stripe (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-current/sys/geom/stripe/
H A Dg_stripe.c42 #include <geom/stripe/g_stripe.h>
71 static SYSCTL_NODE(_kern_geom, OID_AUTO, stripe, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
119 TUNABLE_ULONG_FETCH("kern.geom.stripe.maxmem,", &g_stripe_maxmem);
616 /* Start position in stripe. */
678 sc->sc_provider = g_new_providerf(sc->sc_geom, "stripe/%s",
848 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
854 G_STRIPE_DEBUG(0, "Invalid stripe size for %s.", md->md_name);
968 gp = g_new_geomf(mp, "stripe:taste");
/freebsd-current/targets/pseudo/tests/
H A DMakefile.depend229 tests/sys/geom/class/stripe \
/freebsd-current/include/
H A DMakefile60 geom/raid geom/raid3 geom/shsec geom/stripe geom/union geom/virstor \
/freebsd-current/sys/vm/
H A Duma_core.c4114 int stripe; local
4126 stripe = howmany(max, vm_ndomains);
4146 * than stripe within each bucket. The current option
4151 vm_ndomains > 1 && --stripe == 0)

Completed in 82 milliseconds

12