Searched refs:g_stripe_maxmem (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/geom/stripe/
H A Dg_stripe.c95 static u_long g_stripe_maxmem; variable
97 CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &g_stripe_maxmem, 0,
133 g_stripe_maxmem = maxphys * 100;
134 TUNABLE_ULONG_FETCH("kern.geom.stripe.maxmem,", &g_stripe_maxmem);
137 g_stripe_maxmem -= g_stripe_maxmem % maxphys;
138 uma_zone_set_max(g_stripe_zone, g_stripe_maxmem / maxphys);

Completed in 111 milliseconds