Searched refs:wtime (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | latencytop.d | 270 this unsigned long long wtime; variable 287 this->wtime = timestamp - lt_timestamps[args[1]->pr_pid, 293 this->wchan] = sum(this->wtime); 295 this->wchan] = max(this->wtime);
|
/titanic_41/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 64 fmd_stat_t wtime; member 330 avg_w = (double)u64delta(old->wtime.fmds_value.ui64, in modstat_compute() 331 new->wtime.fmds_value.ui64) / (double)delta; in modstat_compute() 358 delta = u64delta(old->wtime.fmds_value.ui64, in modstat_compute() 359 new->wtime.fmds_value.ui64); in modstat_compute()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 92 static int wtime = WTIME; variable 157 wtime = (int)strtoul(optarg, &p, 0); in main() 158 if (*p != '\0' || wtime <= 0 || p == optarg) in main() 507 if (sent.tv_sec + wtime <= now.tv_sec) in query_loop()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 699 scalehrtime(&kiop->wtime); in default_kstat_snapshot() 711 kiop->wtime += wfix; in default_kstat_snapshot() 1328 kiop->wtime += delta; in kstat_waitq_enter() 1344 kiop->wtime += delta; in kstat_waitq_exit() 1391 kiop->wtime += delta; in kstat_waitq_to_runq() 1422 kiop->wtime += delta; in kstat_runq_back_to_waitq()
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 646 timestruc_t wtime; in sm_try() local 655 wtime.tv_sec = delay; in sm_try() 656 wtime.tv_nsec = 0; in sm_try() 662 if (cond_reltimedwait(&retrywait, &crash_lock, &wtime) == 0) { in sm_try()
|
/titanic_41/usr/src/cmd/sa/ |
H A D | sar.c | 802 aio->kios.wtime += dio->kios.wtime in update_counters() 803 = nio->kios.wtime - oio->kios.wtime; in update_counters()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kstat.h | 675 hrtime_t wtime; /* cumulative wait (pre-service) time */ member
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 491 controller->is_stats.wtime += disk->is_stats.wtime; in collate_controller()
|
/titanic_41/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 732 t_delta = hrtime_delta(old ? old->is_stats.wtime : 0, in show_disk() 733 new->is_stats.wtime); in show_disk()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 495 wtime KSTAT_IO_WTIME
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 202 hrtime_t wtime; /* cumulative wait (pre-service) time */
|
/titanic_41/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1441 SAVE_HRTIME(ksi, ksio, wtime); in save_io()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1130 SAVE_HRTIME(self, kiop, wtime); in save_io()
|