Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cpc/common/
H A Dcpustat.c63 uint_t mseconds_rest; member
280 opts->mseconds_rest = (uint_t)((period * 1000.0) - in main()
282 if ((int)opts->mseconds_rest < 0) in main()
283 opts->mseconds_rest = 0; in main()
424 restdelta = NSECS_PER_MSEC * opts->mseconds_rest; in gtick()
532 if (opts->doperiod && opts->mseconds_rest > 0 && in gtick()