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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 94 struct prusage tf_susage; /* Resource usage snapshot, start */ member in struct:threadflow
flowop.c 157 &threadflow->tf_susage,
164 threadflow->tf_susage.pr_utime) +
166 threadflow->tf_susage.pr_ttime) +
168 threadflow->tf_susage.pr_stime);
202 TIMESPEC_TO_HRTIME(threadflow->tf_susage.pr_utime,
204 TIMESPEC_TO_HRTIME(threadflow->tf_susage.pr_ttime,
206 TIMESPEC_TO_HRTIME(threadflow->tf_susage.pr_stime,
211 TIMESPEC_TO_HRTIME(threadflow->tf_susage.pr_tftime,
213 TIMESPEC_TO_HRTIME(threadflow->tf_susage.pr_dftime,
215 TIMESPEC_TO_HRTIME(threadflow->tf_susage.pr_kftime
    [all...]

Completed in 720 milliseconds