Searched defs:gather_stats (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk_impl.h101 boolean_t gather_stats; /* stats collected or not */ member in struct:dlcosmk_data_s
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h240 boolean_t gather_stats; /* are stats desired? B_TRUE or B_FALSE */ member in struct:ipgpc_class_s
H A Dfilters.c409 def_class.gather_stats = B_FALSE; /* don't gather stats by default */
1170 * must be present. gather_stats is optional, if absent default value is used
1177 uint32_t gather_stats; local
1213 &gather_stats) != 0) {
1215 out_class->gather_stats = B_FALSE;
1217 out_class->gather_stats = (boolean_t)gather_stats;
1343 if (in_class->gather_stats == B_TRUE) {
1745 uint32_t gather_stats; local
1786 &gather_stats) !
[all...]

Completed in 74 milliseconds