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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
stats.c 289 stat = iostat->fs_count + aiostat->fs_count;
300 stat = (iostat->fs_count + aiostat->fs_count) /
343 stat = iostat->fs_count ? iostat->fs_mstate[FLOW_MSTATE_LAT] /
344 (iostat->fs_count * 1000UL) : 0;
352 stat = (iostat->fs_count + aiostat->fs_count) ?
354 aiostat->fs_mstate[FLOW_MSTATE_CPU]) / ((iostat->fs_count +
355 aiostat->fs_count) * 1000UL) : 0
    [all...]
stats.h 62 int fs_count; /* Number of ops */ member in struct:flowstats
77 #define IS_FLOW_ACTIVE(x) (x->fo_stats.fs_count)
flowop.c 224 flowop->fo_stats.fs_count++;
229 controlstats.fs_count++;
576 threadflow->tf_stats.fs_count++;
    [all...]
flowop_library.c 848 * Note that fs_count is already the sum of fs_rcount
851 iops = flowop->fo_targets->fo_stats.fs_count;
926 ops = flowop->fo_targets->fo_stats.fs_count;
929 ops = controlstats.fs_count;
    [all...]

Completed in 60 milliseconds