Home
last modified time | relevance | path

Searched refs:scalehrtimef (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c812 uintptr_t scalehrtimef; in scalehrtime_dcmd() local
841 if (mdb_readsym(&scalehrtimef, in scalehrtime_dcmd()
842 sizeof (scalehrtimef), "scalehrtimef") == -1) { in scalehrtime_dcmd()
852 if (sym.st_value != scalehrtimef) { in scalehrtime_dcmd()
/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h172 extern void (*scalehrtimef)(hrtime_t *);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c752 scalehrtimef = tsc_scalehrtime; in tsc_hrtimeinit()
H A Dintr.c1213 scalehrtimef(&hrt); in cpu_kstat_intrstat_update()
H A Dmp_machdep.c142 void (*scalehrtimef)(hrtime_t *) = dummy_scalehrtime; variable
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c1076 scalehrtimef(hrt); in scalehrtime()