Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c423 #define NSECS_PER_MSEC 1000000ll macro
442 htdelta = NSECS_PER_MSEC * opts->mseconds; in gtick()
443 restdelta = NSECS_PER_MSEC * opts->mseconds_rest; in gtick()