timex             551 arch/sparc/kernel/sys_sparc_64.c SYSCALL_DEFINE1(sparc_adjtimex, struct timex __user *, txc_p)
timex             553 arch/sparc/kernel/sys_sparc_64.c 	struct timex txc;		/* Local copy of parameter */
timex             561 arch/sparc/kernel/sys_sparc_64.c 	if (copy_from_user(&txc, txc_p, sizeof(struct timex)))
timex             572 arch/sparc/kernel/sys_sparc_64.c 	return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret;
timex             575 arch/sparc/kernel/sys_sparc_64.c SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock,struct timex __user *, txc_p)
timex             577 arch/sparc/kernel/sys_sparc_64.c 	struct timex txc;		/* Local copy of parameter */
timex             593 arch/sparc/kernel/sys_sparc_64.c 	if (copy_from_user(&txc, txc_p, sizeof(struct timex)))
timex             604 arch/sparc/kernel/sys_sparc_64.c 	return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret;
timex              41 tools/testing/selftests/ptp/testptp.c static int clock_adjtime(clockid_t id, struct timex *tx)
timex             152 tools/testing/selftests/ptp/testptp.c 	struct timex tx;
timex             118 tools/testing/selftests/timers/adjtick.c 	struct timex tx1;
timex             172 tools/testing/selftests/timers/adjtick.c 	struct timex tx1;
timex              38 tools/testing/selftests/timers/change_skew.c 	struct timex tx;
timex              60 tools/testing/selftests/timers/change_skew.c 	struct timex tx;
timex              82 tools/testing/selftests/timers/freq-step.c 	struct timex txc;
timex              96 tools/testing/selftests/timers/freq-step.c 	struct timex txc;
timex              97 tools/testing/selftests/timers/leap-a-day.c 	struct timex tx;
timex             132 tools/testing/selftests/timers/leap-a-day.c 	struct timex tx;
timex             239 tools/testing/selftests/timers/leap-a-day.c 		struct timex tx;
timex              30 tools/testing/selftests/timers/leapcrash.c 	struct timex tx;
timex              60 tools/testing/selftests/timers/leapcrash.c 	struct timex tx;
timex              96 tools/testing/selftests/timers/raw_skew.c 	struct timex tx1, tx2;
timex              30 tools/testing/selftests/timers/set-tai.c 	struct timex tx;
timex              42 tools/testing/selftests/timers/set-tai.c 	struct timex tx;
timex              43 tools/testing/selftests/timers/skew_consistency.c 	struct timex tx;
timex              43 tools/testing/selftests/timers/valid-adjtimex.c static int clock_adjtime(clockid_t id, struct timex *tx)
timex              52 tools/testing/selftests/timers/valid-adjtimex.c 	struct timex tx;
timex             116 tools/testing/selftests/timers/valid-adjtimex.c 	struct timex tx;
timex             122 tools/testing/selftests/timers/valid-adjtimex.c 	memset(&tx, 0, sizeof(struct timex));
timex             198 tools/testing/selftests/timers/valid-adjtimex.c 	struct timex tmx = {};
timex             233 tools/testing/selftests/timers/valid-adjtimex.c 	struct timex tmx = {};