timex              48 include/linux/syscalls.h struct timex;
timex             908 kernel/compat.c 	struct timex txc;
timex             911 kernel/compat.c 	memset(&txc, 0, sizeof(struct timex));
timex             208 kernel/time.c  	struct timex txc;		/* Local copy of parameter */
timex             215 kernel/time.c  	if(copy_from_user(&txc, txc_p, sizeof(struct timex)))
timex             218 kernel/time.c  	return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret;