Home
last modified time | relevance | path

Searched refs:timex (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/tools/testing/selftests/timers/
Dvalid-adjtimex.c43 static int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime()
52 struct timex tx; in clear_time_state()
116 struct timex tx; in validate_freq()
122 memset(&tx, 0, sizeof(struct timex)); in validate_freq()
198 struct timex tmx = {}; in set_offset()
233 struct timex tmx = {}; in set_bad_offset()
Dset-tai.c30 struct timex tx; in set_tai()
42 struct timex tx; in get_tai()
Dchange_skew.c38 struct timex tx; in change_skew_test()
60 struct timex tx; in main()
Dleapcrash.c30 struct timex tx; in clear_time_state()
60 struct timex tx; in main()
Dleap-a-day.c97 struct timex tx; in clear_time_state()
132 struct timex tx; in sigalarm()
239 struct timex tx; in main()
Dadjtick.c118 struct timex tx1; in check_tick_adj()
172 struct timex tx1; in main()
Dskew_consistency.c43 struct timex tx; in main()
Dfreq-step.c82 struct timex txc; in reset_ntp_error()
96 struct timex txc; in set_frequency()
Draw_skew.c96 struct timex tx1, tx2; in main()
/Linux-v5.4/arch/sparc/kernel/
Dsys_sparc_64.c551 SYSCALL_DEFINE1(sparc_adjtimex, struct timex __user *, txc_p) in SYSCALL_DEFINE1()
553 struct timex txc; /* Local copy of parameter */ in SYSCALL_DEFINE1()
561 if (copy_from_user(&txc, txc_p, sizeof(struct timex))) in SYSCALL_DEFINE1()
572 return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
575 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock,struct timex __user *, txc_p) in SYSCALL_DEFINE2()
577 struct timex txc; /* Local copy of parameter */ in SYSCALL_DEFINE2()
593 if (copy_from_user(&txc, txc_p, sizeof(struct timex))) in SYSCALL_DEFINE2()
604 return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret; in SYSCALL_DEFINE2()
/Linux-v5.4/include/uapi/linux/
Dtimex.h64 struct timex { struct
/Linux-v5.4/tools/testing/selftests/ptp/
Dtestptp.c41 static int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime()
152 struct timex tx; in main()
/Linux-v5.4/arch/csky/include/asm/
DKbuild38 generic-y += timex.h
/Linux-v5.4/arch/nds32/include/asm/
DKbuild39 generic-y += timex.h
/Linux-v5.4/arch/h8300/include/asm/
DKbuild46 generic-y += timex.h
/Linux-v5.4/include/
DKbuild1078 header-test- += uapi/linux/timex.h
/Linux-v5.4/
DMAINTAINERS16332 F: include/linux/timex.h
16334 F: include/uapi/linux/timex.h