Home
last modified time | relevance | path

Searched defs:acct (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dacct.h37 struct acct struct
39 char ac_flag; /* Accounting Flags */
44 __u16 ac_uid; /* Accounting Real User ID */
45 __u16 ac_gid; /* Accounting Real Group ID */
46 __u16 ac_tty; /* Accounting Control Terminal */
47 __u32 ac_btime; /* Accounting Process Creation Time */
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 */
[all …]