Searched refs:TIMESPEC_TO_DOUBLE (Results 1 – 1 of 1) sorted by relevance
228 #define TIMESPEC_TO_DOUBLE(ts) ((ts).tv_sec * 1.0e9 + (ts).tv_nsec) macro2025 (TIMESPEC_TO_DOUBLE(currproc->pr_time) - op->oldtime) / timediff; in getptable()2035 op->oldtime = TIMESPEC_TO_DOUBLE(currproc->pr_time); in getptable()2132 (TIMESPEC_TO_DOUBLE(lwpp->pr_time) - op->oldtime) / in getptable()2143 TIMESPEC_TO_DOUBLE(currproc->pr_time), in getptable()2148 op->oldtime = TIMESPEC_TO_DOUBLE(lwpp->pr_time); in getptable()