Searched defs:kstat_timer_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h169 * kstat_timer_t and kstat_io_t timestamps, etc.) are 64-bit nanosecond values,
705 } kstat_timer_t; typedef in typeref:struct:kstat_timer
707 #define KSTAT_TIMER_PTR(kptr) ((kstat_timer_t *)(kptr)->ks_data)
804 extern void kstat_timer_init(kstat_timer_t *, const char *);
811 extern void kstat_timer_start(kstat_timer_t *);
812 extern void kstat_timer_stop(kstat_timer_t *);

Completed in 59 milliseconds