Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dacct.h39 typedef u_int16_t comp_t; typedef
48 comp_t ac_utime; /* User time. */
49 comp_t ac_stime; /* System time. */
50 comp_t ac_etime; /* Elapsed time. */
51 comp_t ac_mem; /* Average memory usage. */
52 comp_t ac_io; /* Chars transferred. */
53 comp_t ac_rw; /* Blocks read or written. */
54 comp_t ac_minflt; /* Minor pagefaults. */
55 comp_t ac_majflt; /* Major pagefaults. */
56 comp_t ac_swaps; /* Number of swaps. */
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dacct.h31 typedef __u16 comp_t; typedef
52 comp_t ac_utime; /* User Time */
53 comp_t ac_stime; /* System Time */
54 comp_t ac_etime; /* Elapsed Time */
55 comp_t ac_mem; /* Average Memory Usage */
56 comp_t ac_io; /* Chars Transferred */
57 comp_t ac_rw; /* Blocks Read or Written */
58 comp_t ac_minflt; /* Minor Pagefaults */
59 comp_t ac_majflt; /* Major Pagefaults */
60 comp_t ac_swaps; /* Number of Swaps */
[all …]