cputime: Rename thread_group_times to thread_group_cputime_adjusted
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / proc / array.c
index c1c207c36caefeb1fcbc8d782504cfcbf1b616d8..d3696708fc1ae4bff76a1d5a253103e792629ae4 100644 (file)
@@ -438,7 +438,7 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
 
                        min_flt += sig->min_flt;
                        maj_flt += sig->maj_flt;
-                       thread_group_times(task, &utime, &stime);
+                       thread_group_cputime_adjusted(task, &utime, &stime);
                        gtime += sig->gtime;
                }
 
@@ -454,7 +454,7 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
        if (!whole) {
                min_flt = task->min_flt;
                maj_flt = task->maj_flt;
-               task_times(task, &utime, &stime);
+               task_cputime_adjusted(task, &utime, &stime);
                gtime = task->gtime;
        }