task_sched_runtime
task_sched_runtime(struct task_struct *task);
(void) task_sched_runtime(current);
cputime.sum_exec_runtime = task_sched_runtime(p);
return task_sched_runtime(p);
cpu_time = task_sched_runtime(current);