]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sched.h
accounting: account for user time when updating memory integrals
[net-next-2.6.git] / include / linux / sched.h
index 354ef478a80d0e1ea21f189bd78dd6c9fcb679f2..af780f299c7cf34633b6508f07024a62e17102a9 100644 (file)
@@ -1257,7 +1257,7 @@ struct task_struct {
 #if defined(CONFIG_TASK_XACCT)
        u64 acct_rss_mem1;      /* accumulated rss usage */
        u64 acct_vm_mem1;       /* accumulated virtual memory usage */
-       cputime_t acct_stimexpd;/* stime since last update */
+       cputime_t acct_timexpd; /* stime + utime since last update */
 #endif
 #ifdef CONFIG_CPUSETS
        nodemask_t mems_allowed;