cputime_to_clock_t  454 fs/proc/array.c 		cputime_to_clock_t(utime),
cputime_to_clock_t  455 fs/proc/array.c 		cputime_to_clock_t(stime),
cputime_to_clock_t  456 fs/proc/array.c 		cputime_to_clock_t(cutime),
cputime_to_clock_t  457 fs/proc/array.c 		cputime_to_clock_t(cstime),
cputime_to_clock_t  486 fs/proc/array.c 		cputime_to_clock_t(gtime),
cputime_to_clock_t  487 fs/proc/array.c 		cputime_to_clock_t(cgtime));
cputime_to_clock_t 4212 kernel/sched.c 	clock_t utime = cputime_to_clock_t(p->utime),
cputime_to_clock_t 4213 kernel/sched.c 		total = utime + cputime_to_clock_t(p->stime);
cputime_to_clock_t 4241 kernel/sched.c 			cputime_to_clock_t(task_utime(p));
cputime_to_clock_t 1371 kernel/signal.c 	info.si_utime = cputime_to_clock_t(cputime_add(tsk->utime,
cputime_to_clock_t 1373 kernel/signal.c 	info.si_stime = cputime_to_clock_t(cputime_add(tsk->stime,
cputime_to_clock_t 1443 kernel/signal.c 	info.si_utime = cputime_to_clock_t(tsk->utime);
cputime_to_clock_t 1444 kernel/signal.c 	info.si_stime = cputime_to_clock_t(tsk->stime);
cputime_to_clock_t  884 kernel/sys.c   		tmp.tms_utime = cputime_to_clock_t(utime);
cputime_to_clock_t  885 kernel/sys.c   		tmp.tms_stime = cputime_to_clock_t(stime);
cputime_to_clock_t  886 kernel/sys.c   		tmp.tms_cutime = cputime_to_clock_t(cutime);
cputime_to_clock_t  887 kernel/sys.c   		tmp.tms_cstime = cputime_to_clock_t(cstime);