Home
last modified time | relevance | path

Searched refs:g_collectstats (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_io.c553 if ((g_collectstats & G_STATS_CONSUMERS) != 0 || in g_io_request()
554 ((g_collectstats & G_STATS_PROVIDERS) != 0 && pp->stat != NULL)) in g_io_request()
558 if (g_collectstats & G_STATS_CONSUMERS) in g_io_request()
560 if (g_collectstats & G_STATS_PROVIDERS) in g_io_request()
674 if ((g_collectstats & G_STATS_CONSUMERS) != 0 || in g_io_deliver()
675 ((g_collectstats & G_STATS_PROVIDERS) != 0 && pp->stat != NULL)) in g_io_deliver()
679 if (g_collectstats & G_STATS_PROVIDERS) in g_io_deliver()
681 if (g_collectstats & G_STATS_CONSUMERS) in g_io_deliver()
H A Dgeom_kern.c66 int __read_mostly g_collectstats = G_STATS_PROVIDERS; variable
229 &g_collectstats, 0,
H A Dgeom_int.h41 extern int g_collectstats;