Searched refs:__kernel_timex (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | time32.h | 60 struct __kernel_timex; 61 int get_old_timex32(struct __kernel_timex *, const struct old_timex32 __user *); 62 int put_old_timex32(struct old_timex32 __user *, const struct __kernel_timex *);
|
| H A D | posix-clock.h | 42 int (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx);
|
| /linux/kernel/time/ |
| H A D | ntp_internal.h | 13 extern int ntp_adjtimex(unsigned int tkid, struct __kernel_timex *txc, const struct timespec64 *ts,
|
| H A D | ntp.c | 213 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex() 245 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) 940 static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc) 962 static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *txc, in hardpps_update_freq() 1012 int ntp_adjtimex(unsigned int tkid, struct __kernel_timex *txc, const struct timespec64 *ts, in hardpps_update_phase()
|
| H A D | posix-clock.c | 224 static int pc_clock_adjtime(clockid_t id, struct __kernel_timex *tx) in pc_clock_adjtime()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 568 SYSCALL_DEFINE1(sparc_adjtimex, struct __kernel_timex __user *, txc_p) in SYSCALL_DEFINE1() 570 struct __kernel_timex txc; in SYSCALL_DEFINE1() 593 struct __kernel_timex __user *, txc_p) in SYSCALL_DEFINE2() 595 struct __kernel_timex txc; in SYSCALL_DEFINE2()
|
| /linux/include/uapi/linux/ |
| H A D | timex.h | 102 struct __kernel_timex { struct
|
| /linux/drivers/ptp/ |
| H A D | ptp_clock.c | 123 static int ptp_clock_adjtime(struct posix_clock *pc, struct __kernel_timex *tx) in ptp_clock_adjtime()
|