Searched refs:timex (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 43 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() 197 struct timex tmx = {}; in set_offset() 232 struct timex tmx = {}; in set_bad_offset()
|
D | set-tai.c | 30 struct timex tx; in set_tai() 42 struct timex tx; in get_tai()
|
D | change_skew.c | 38 struct timex tx; in change_skew_test() 60 struct timex tx; in main()
|
D | leapcrash.c | 30 struct timex tx; in clear_time_state() 60 struct timex tx; in main()
|
D | leap-a-day.c | 97 struct timex tx; in clear_time_state() 132 struct timex tx; in sigalarm() 239 struct timex tx; in main()
|
D | adjtick.c | 118 struct timex tx1; in check_tick_adj() 171 struct timex tx1; in main()
|
D | skew_consistency.c | 44 struct timex tx; in main()
|
D | freq-step.c | 90 struct timex txc; in reset_ntp_error() 104 struct timex txc; in set_frequency()
|
D | raw_skew.c | 96 struct timex tx1, tx2; in main()
|
/Linux-v4.19/kernel/time/ |
D | ntp_internal.h | 11 extern int __do_adjtimex(struct timex *txc, const struct timespec64 *ts, s32 *time_tai);
|
D | ntp.c | 192 static inline void pps_fill_timex(struct timex *txc) in pps_fill_timex() 224 static inline void pps_fill_timex(struct timex *txc) in pps_fill_timex() 645 static inline void process_adj_status(const struct timex *txc) in process_adj_status() 668 static inline void process_adjtimex_modes(const struct timex *txc, s32 *time_tai) in process_adjtimex_modes() 719 int __do_adjtimex(struct timex *txc, const struct timespec64 *ts, s32 *time_tai) in __do_adjtimex()
|
D | time.c | 266 SYSCALL_DEFINE1(adjtimex, struct timex __user *, txc_p) in SYSCALL_DEFINE1() 268 struct timex txc; /* Local copy of parameter */ in SYSCALL_DEFINE1() 275 if (copy_from_user(&txc, txc_p, sizeof(struct timex))) in SYSCALL_DEFINE1() 278 return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1() 285 struct timex txc; in COMPAT_SYSCALL_DEFINE1()
|
D | posix-timers.h | 11 int (*clock_adj)(const clockid_t which_clock, struct timex *tx);
|
D | posix-timers.c | 203 struct timex *t) in posix_clock_realtime_adj() 1075 struct timex __user *, utx) in SYSCALL_DEFINE2() 1078 struct timex ktx; in SYSCALL_DEFINE2() 1158 struct timex ktx; in COMPAT_SYSCALL_DEFINE2()
|
D | posix-clock.c | 244 static int pc_clock_adjtime(clockid_t id, struct timex *tx) in pc_clock_adjtime()
|
/Linux-v4.19/include/linux/ |
D | timex.h | 154 extern int do_adjtimex(struct timex *);
|
D | posix-clock.h | 54 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
|
D | compat.h | 166 struct timex; 167 int compat_get_timex(struct timex *, const struct compat_timex __user *); 168 int compat_put_timex(struct compat_timex __user *, const struct timex *);
|
/Linux-v4.19/arch/arm/include/asm/ |
D | Kbuild | 21 generic-y += timex.h
|
/Linux-v4.19/include/uapi/linux/ |
D | timex.h | 64 struct timex { struct
|
/Linux-v4.19/kernel/ |
D | compat.c | 33 int compat_get_timex(struct timex *txc, const struct compat_timex __user *utp) in compat_get_timex() 37 memset(txc, 0, sizeof(struct timex)); in compat_get_timex() 65 int compat_put_timex(struct compat_timex __user *utp, const struct timex *txc) in compat_put_timex()
|
/Linux-v4.19/tools/testing/selftests/ptp/ |
D | testptp.c | 54 static int clock_adjtime(clockid_t id, struct timex *tx) in clock_adjtime() 150 struct timex tx; in main()
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | Kbuild | 44 generic-y += timex.h
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | Kbuild | 52 generic-y += timex.h
|
/Linux-v4.19/drivers/ptp/ |
D | ptp_clock.c | 124 static int ptp_clock_adjtime(struct posix_clock *pc, struct timex *tx) in ptp_clock_adjtime()
|
12