HomeSort by relevance Sort by last modified time
    Searched refs:flowstat_t (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
procflow.h 51 flowstat_t pf_stats;
stats.h 72 } flowstat_t; typedef in typeref:struct:flowstats
stats.c 54 static flowstat_t *globalstats = NULL;
241 flowstat_t *iostat = &globalstats[FLOW_TYPE_IO];
242 flowstat_t *aiostat = &globalstats[FLOW_TYPE_AIO];
243 flowstat_t *glstat = &globalstats[FLOW_TYPE_GLOBAL];
264 flowstat_t *glstat = &globalstats[FLOW_TYPE_GLOBAL];
277 flowstat_t *iostat = &globalstats[FLOW_TYPE_IO];
278 flowstat_t *aiostat = &globalstats[FLOW_TYPE_AIO];
279 flowstat_t *glstat = &globalstats[FLOW_TYPE_GLOBAL];
284 globalstats = malloc(FLOW_TYPES * sizeof (flowstat_t));
425 stats_add(flowstat_t *a, flowstat_t *b
    [all...]
flowop.h 90 flowstat_t fo_stats; /* Flow statistics */
148 extern flowstat_t controlstats;
threadflow.h 91 flowstat_t tf_stats; /* Thread statistics */
flowop.c 177 flowstat_t controlstats;
    [all...]

Completed in 720 milliseconds