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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dacct.h21 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
26 typedef __u16 comp_t; typedef
48 comp_t ac_utime; /* Accounting User Time */
49 comp_t ac_stime; /* Accounting System Time */
50 comp_t ac_etime; /* Accounting Elapsed Time */
51 comp_t ac_mem; /* Accounting Average Memory Usage */
52 comp_t ac_io; /* Accounting Chars Transferred */
53 comp_t ac_rw; /* Accounting Blocks Read or Written */
54 comp_t ac_minflt; /* Accounting Minor Pagefaults */
55 comp_t ac_majfl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dacct.h21 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
26 typedef __u16 comp_t; typedef
48 comp_t ac_utime; /* Accounting User Time */
49 comp_t ac_stime; /* Accounting System Time */
50 comp_t ac_etime; /* Accounting Elapsed Time */
51 comp_t ac_mem; /* Accounting Average Memory Usage */
52 comp_t ac_io; /* Accounting Chars Transferred */
53 comp_t ac_rw; /* Accounting Blocks Read or Written */
54 comp_t ac_minflt; /* Accounting Minor Pagefaults */
55 comp_t ac_majfl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dacct.c225 * encode an unsigned long into a comp_t
236 static comp_t encode_comp_t(unsigned long value)

Completed in 63 milliseconds