HomeSort by: relevance | last modified time | path
    Searched refs:comp_t (Results 1 - 3 of 3) 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.
  /src/usr.sbin/sa/
main.c 64 static u_quad_t decode_comp_t(comp_t);
372 decode_comp_t(comp_t comp)
377 * for more info on the comp_t format, see:
  /src/sys/kern/
kern_acct.c 144 static comp_t

Completed in 12 milliseconds