Lines Matching refs:time
40 * Each time the struct is changed, the value should be incremented.
67 /* The time when a task begins, in [secs] since 1970. */
68 __u32 ac_btime; /* Begin time [sec since 1970] */
70 /* The elapsed time of a task, in [usec]. */
71 __u64 ac_etime; /* Elapsed time [usec] */
73 /* The user CPU time of a task, in [usec]. */
74 __u64 ac_utime; /* User CPU time [usec] */
76 /* The system CPU time of a task, in [usec]. */
77 __u64 ac_stime; /* System CPU time [usec] */
118 /* cpu "wall-clock" running time
119 * On some architectures, value will adjust for cpu time stolen
126 /* cpu "virtual" running time
127 * Uses time intervals seen by the kernel i.e. no adjustment
141 * The current rss usage is added to this counter every time
142 * a tick is charged to a task's system time. So, at the end we
143 * will have memory usage multiplied by system time. Thus an
144 * average usage per system time unit can be calculated.