Searched refs:AHZV1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/sys/
H A Dacct.h116 * Units are 1/AHZV1 seconds.
136 * 1/AHZV1 is the granularity of the data encoded in the comp_t fields.
139 #define AHZV1 64 macro
/freebsd-current/usr.sbin/sa/
H A Dusrdb.c51 /* Legacy format in AHZV1 units. */
87 uiv2.ui_utime = ((double)uiv1.ui_utime / AHZV1) * 1000000;
88 uiv2.ui_stime = ((double)uiv1.ui_stime / AHZV1) * 1000000;
H A Dpdb.c51 /* Legacy format in AHZV1 units. */
83 civ2.ci_etime = ((double)civ1.ci_etime / AHZV1) * 1000000;
84 civ2.ci_utime = ((double)civ1.ci_utime / AHZV1) * 1000000;
85 civ2.ci_stime = ((double)civ1.ci_stime / AHZV1) * 1000000;
/freebsd-current/usr.bin/lastcomm/
H A Dreadrec.c82 return ((double)result / AHZV1);

Completed in 72 milliseconds