Home
last modified time | relevance | path

Searched refs:statustime (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c369 dtrace_optval_t statustime; in main() local
566 if (dtrace_getopt(g_dtp, "statusrate", &statustime) == -1) in main()
569 if (statustime < ((dtrace_optval_t)g_sleeptime * NANOSEC)) { in main()
576 ts.it_value.tv_sec = statustime / NANOSEC; in main()
577 ts.it_value.tv_nsec = statustime % NANOSEC; in main()
/illumos-gate/usr/src/cmd/powertop/common/
H A Dcpuidle.c100 dtrace_optval_t statustime; in pt_cpuidle_stat_prepare() local
144 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) { in pt_cpuidle_stat_prepare()
H A Devents.c231 dtrace_optval_t statustime; in pt_events_stat_prepare() local
287 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) { in pt_events_stat_prepare()
H A Dcpufreq.c164 dtrace_optval_t statustime; in pt_cpufreq_stat_prepare() local
274 if (dtrace_getopt(dtp, "statusrate", &statustime) == -1) { in pt_cpufreq_stat_prepare()