Lines Matching full:time
36 5) Time accounting for SMT machines
51 * Each time the struct is changed, the value should be incremented.
78 /* The time when a task begins, in [secs] since 1970. */
79 __u32 ac_btime; /* Begin time [sec since 1970] */
81 /* The elapsed time of a task, in [usec]. */
82 __u64 ac_etime; /* Elapsed time [usec] */
84 /* The user CPU time of a task, in [usec]. */
85 __u64 ac_utime; /* User CPU time [usec] */
87 /* The system CPU time of a task, in [usec]. */
88 __u64 ac_stime; /* System CPU time [usec] */
130 /* cpu "wall-clock" running time
131 * On some architectures, value will adjust for cpu time stolen
138 /* cpu "virtual" running time
139 * Uses time intervals seen by the kernel i.e. no adjustment
154 * The current rss usage is added to this counter every time
155 * a tick is charged to a task's system time. So, at the end we
156 * will have memory usage multiplied by system time. Thus an
157 * average usage per system time unit can be calculated.
185 5) Time accounting for SMT machines::