time: Rename tsk->real_start_time to ->start_boottime
Since it stores CLOCK_BOOTTIME, not, as the name suggests, CLOCK_REALTIME, let's rename ->real_start_time to ->start_bootime. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:

committed by
Ingo Molnar

parent
3bbc53f4ae
commit
cf25e24db6
@@ -857,7 +857,7 @@ struct task_struct {
|
||||
u64 start_time;
|
||||
|
||||
/* Boot based time in nsecs: */
|
||||
u64 real_start_time;
|
||||
u64 start_boottime;
|
||||
|
||||
/* MM fault and swap info: this can arguably be seen as either mm-specific or thread-specific: */
|
||||
unsigned long min_flt;
|
||||
|
Reference in New Issue
Block a user