HomeSort by: relevance | last modified time | path
    Searched defs:comp_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
acct.h 43 * Accounting structures; these use a comp_t type which is a 3 bits base 8
47 typedef uint16_t comp_t; typedef in typeref:typename:uint16_t
51 comp_t ac_utime; /* user time */
52 comp_t ac_stime; /* system time */
53 comp_t ac_etime; /* elapsed time */
58 comp_t ac_io; /* count of IO blocks */
78 * 1/AHZ is the granularity of the data encoded in the comp_t fields.

Completed in 11 milliseconds