| /onnv/onnv-gate/usr/src/cmd/stat/vmstat/ |
| vmstat.c | 43 static hrtime_t period_n = 0; variable 173 period_n = (hrtime_t)interval * NANOSEC; 174 if (period_n <= 0) 189 docachestats(kc, period_n, forever); 200 sleep_until(&start_n, period_n, forever, &caught_cont);
|
| /onnv/onnv-gate/usr/src/cmd/stat/mpstat/ |
| mpstat.c | 81 hrtime_t period_n; local 148 period_n = (hrtime_t)interval * NANOSEC; 192 sleep_until(&start_n, period_n, infinite_cycles, &caught_cont);
|
| /onnv/onnv-gate/usr/src/cmd/stat/fsstat/ |
| fsstat.c | 868 hrtime_t period_n; /* Interval in nanoseconds */ local 956 period_n = (hrtime_t)interval * NANOSEC; 1062 sleep_until(&start_n, period_n, forever, &caught_cont);
|
| /onnv/onnv-gate/usr/src/cmd/stat/iostat/ |
| iostat.c | 204 hrtime_t period_n; local 261 period_n = (hrtime_t)interval * NANOSEC; 315 sleep_until(&start_n, period_n, forever, &caught_cont); [all...] |