Home
last modified time | relevance | path

Searched refs:G_STATS_CONSUMERS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_int.h43 #define G_STATS_CONSUMERS 2 /* Collect I/O stats for consumers */ macro
H A Dgeom_io.c553 if ((g_collectstats & G_STATS_CONSUMERS) != 0 || in g_io_request()
558 if (g_collectstats & G_STATS_CONSUMERS) in g_io_request()
674 if ((g_collectstats & G_STATS_CONSUMERS) != 0 || in g_io_deliver()
681 if (g_collectstats & G_STATS_CONSUMERS) in g_io_deliver()