compat_jiffies_to_clock_t  192 kernel/compat.c 		tmp.tms_utime = compat_jiffies_to_clock_t(cputime_to_jiffies(utime));
compat_jiffies_to_clock_t  193 kernel/compat.c 		tmp.tms_stime = compat_jiffies_to_clock_t(cputime_to_jiffies(stime));
compat_jiffies_to_clock_t  194 kernel/compat.c 		tmp.tms_cutime = compat_jiffies_to_clock_t(cputime_to_jiffies(cutime));
compat_jiffies_to_clock_t  195 kernel/compat.c 		tmp.tms_cstime = compat_jiffies_to_clock_t(cputime_to_jiffies(cstime));
compat_jiffies_to_clock_t  199 kernel/compat.c 	return compat_jiffies_to_clock_t(jiffies);