Home
last modified time | relevance | path

Searched refs:lastquan_ticks (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcpudrv.c641 cpudrvpm->lastquan_ticks = 0; in cpudrv_power()
1060 if (cpupm->lastquan_ticks == 0) { in cpudrv_monitor()
1061 cpupm->lastquan_ticks = NSEC_TO_TICK(gethrtime()); in cpudrv_monitor()
1077 tick_cnt = ticks - cpupm->lastquan_ticks; in cpudrv_monitor()
1079 cpupm->lastquan_ticks = ticks; in cpudrv_monitor()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpudrv.h83 clock_t lastquan_ticks; /* last quantum's clock tick */ member