Searched refs:hrtime_t (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.badchill.d32 chill(((hrtime_t)1 << 63) - 1);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h40 #define MSEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MILLISEC))
43 typedef longlong_t hrtime_t; typedef
57 static __inline hrtime_t
61 hrtime_t nsec;
64 nsec = (hrtime_t)ts.tv_sec * NANOSEC + ts.tv_nsec;
90 static __inline hrtime_t gethrtime(void) {
H A Dcyclic.h59 hrtime_t cyt_when;
60 hrtime_t cyt_interval;
H A Dkcondvar.h64 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res,
H A Dcyclic_impl.h173 * 6 void cyb_reprogram(cyb_arg_t arg, hrtime_t time)
248 void (*cyb_reprogram)(cyb_arg_t, hrtime_t);
256 hrtime_t cy_expire;
257 hrtime_t cy_interval;
H A Dcpuvar.h47 hrtime_t cpu_dtrace_chillmark; /* DTrace: chill mark time */
48 hrtime_t cpu_dtrace_chilled; /* DTrace: total chill time */
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh44 @foo = min(1075064400 * (hrtime_t)1000000000);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/fm/
H A Dutil.h65 hrtime_t ed_hrt_nsec; /* hrtime of this ereport */
66 hrtime_t ed_hrt_base; /* hrtime sample corresponding to ed_tod_base */
/freebsd-9.3-release/sys/cddl/dev/profile/
H A Dprofile.c119 hrtime_t prof_interval;
124 hrtime_t profc_expected;
125 hrtime_t profc_interval;
131 static void profile_create(hrtime_t, char *, int);
192 static hrtime_t profile_interval_min = NANOSEC / 5000; /* 5000 hz */
200 hrtime_t late;
221 profile_create(hrtime_t interval, char *name, int kind)
252 hrtime_t val = 0, mult = 1, len = 0;
266 hrtime_t mult;
276 { "m", NANOSEC * (hrtime_t)6
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c97 hrtime_t prof_interval;
102 hrtime_t profc_expected;
103 hrtime_t profc_interval;
107 hrtime_t profile_interval_min = NANOSEC / 5000; /* 5000 hz */
139 hrtime_t late;
158 profile_create(hrtime_t interval, const char *name, int kind)
192 hrtime_t val = 0, mult = 1, len;
206 hrtime_t mult;
216 { "m", NANOSEC * (hrtime_t)60 },
217 { "min", NANOSEC * (hrtime_t)6
[all...]
/freebsd-9.3-release/sys/cddl/dev/cyclic/i386/
H A Dcyclic_machdep.c31 static void reprogram(cyb_arg_t, hrtime_t);
112 reprogram(cyb_arg_t arg __unused, hrtime_t exp)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysevent.h115 hrtime_t eid_ts;
134 hrtime_t sv_time;
277 extern void sysevent_get_time(sysevent_t *, hrtime_t *);
H A Dcpuvar.h61 hrtime_t lg_total; /* used to temporarily hold load totals */
62 hrtime_t lg_loads[S_LOADAVG_SZ]; /* table of recorded entries */
188 hrtime_t cpu_dtrace_chillmark; /* DTrace: chill mark time */
189 hrtime_t cpu_dtrace_chilled; /* DTrace: total chill time */
192 volatile hrtime_t cpu_mstate_start; /* cpu microstate start time */
193 volatile hrtime_t cpu_acct[NCMSTATES]; /* cpu microstate data */
194 hrtime_t cpu_intracct[NCMSTATES]; /* interrupt mstate data */
195 hrtime_t cpu_waitrq; /* cpu run-queue wait time */
219 hrtime_t cpu_intrlast; /* total interrupt time (nsec) */
723 extern void new_cpu_mstate(int, hrtime_t);
[all...]
H A Ddtrace_impl.h926 hrtime_t dtms_walltimestamp; /* cached wall timestamp */
1153 hrtime_t dts_laststatus; /* time of last status */
1161 hrtime_t dts_alive; /* time last alive */
1177 hrtime_t dtpv_defunct; /* when made defunct */
1298 extern hrtime_t dtrace_gethrestime(void);
H A Dnvpair.h195 int nvlist_add_hrtime(nvlist_t *, const char *, hrtime_t);
231 int nvlist_lookup_hrtime(nvlist_t *, const char *, hrtime_t *);
273 int nvpair_value_hrtime(nvpair_t *, hrtime_t *);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg_impl.h99 hrtime_t tx_open_time; /* start time of tx_open_txg */
H A Dtxg.h77 extern void txg_delay(struct dsl_pool *dp, uint64_t txg, hrtime_t delta,
78 hrtime_t resolution);
H A Ddmu_tx.h73 hrtime_t tx_start;
H A Dspa_impl.h252 hrtime_t spa_sync_starttime; /* starting time fo spa_sync */
266 hrtime_t spa_ccw_fail_time; /* Conf cache write fail time */
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_vtime.c87 hrtime_t ts;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c53 hrtime_t earliest = INT64_MAX;
55 hrtime_t now;
72 if (*((hrtime_t *)a) + interval < earliest)
73 earliest = *((hrtime_t *)a) + interval;
135 hrtime_t now = gethrtime();
H A Ddt_options.c685 hrtime_t mul;
695 { "m", NANOSEC * (hrtime_t)60 },
696 { "min", NANOSEC * (hrtime_t)60 },
697 { "h", NANOSEC * (hrtime_t)60 * (hrtime_t)60 },
698 { "hour", NANOSEC * (hrtime_t)60 * (hrtime_t)60 },
699 { "d", NANOSEC * (hrtime_t)(24 * 60 * 60) },
700 { "day", NANOSEC * (hrtime_t)(24 * 60 * 60) },
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c64 hrtime_t now, last = 0, end;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.h157 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_hrtime, hrtime_t);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h124 typedef int hrtime_t; typedef

Completed in 339 milliseconds

12