Searched refs:comp_t (Results 1 – 2 of 2) sorted by relevance
39 typedef u_int16_t comp_t; typedef48 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 …]
31 typedef __u16 comp_t; typedef52 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 …]