tms_cstime        132 include/linux/compat.h 	compat_clock_t		tms_cstime;
tms_cstime         11 include/uapi/linux/times.h 	__kernel_clock_t tms_cstime;
tms_cstime        953 kernel/sys.c   	tms->tms_cstime = nsec_to_clock_t(cstime);
tms_cstime        986 kernel/sys.c   		tmp.tms_cstime = clock_t_to_compat_clock_t(tms.tms_cstime);