Home
last modified time | relevance | path

Searched refs:__kernel_timex (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dtime32.h60 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 Dposix-clock.h42 int (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx);
/linux/kernel/time/
H A Dntp_internal.h13 extern int ntp_adjtimex(unsigned int tkid, struct __kernel_timex *txc, const struct timespec64 *ts,
H A Dntp.c213 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 Dposix-clock.c224 static int pc_clock_adjtime(clockid_t id, struct __kernel_timex *tx) in pc_clock_adjtime()
/linux/arch/sparc/kernel/
H A Dsys_sparc_64.c568 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 Dtimex.h102 struct __kernel_timex { struct
/linux/drivers/ptp/
H A Dptp_clock.c123 static int ptp_clock_adjtime(struct posix_clock *pc, struct __kernel_timex *tx) in ptp_clock_adjtime()