Searched refs:comp_t (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dacct.h74 * Accounting structures; these use a comp_t type which is a 3 bits base 8
78 typedef u_int16_t comp_t; typedef
82 comp_t ac_utime; /* user time */
83 comp_t ac_stime; /* system time */
84 comp_t ac_etime; /* elapsed time */
89 comp_t ac_io; /* count of IO blocks */
101 * 1/AHZ is the granularity of the data encoded in the comp_t fields.
/xnu-2422.115.4/bsd/kern/
H A Dkern_acct.c117 comp_t encode_comp_t(uint32_t, uint32_t);
317 comp_t

Completed in 30 milliseconds