Searched refs:__kernel_timex (Results 1 – 12 of 12) 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);
|
H A D | syscalls.h | 53 struct __kernel_timex; 722 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p); 898 struct __kernel_timex __user *tx);
|
/linux/kernel/time/ |
H A D | ntp_internal.h | 11 extern int ntp_adjtimex(unsigned int tkid, struct __kernel_timex *txc, const struct timespec64 *ts,
|
H A D | ntp.c | 200 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex() 232 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex() 698 static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc) in process_adj_status() 720 static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *tx… in process_adjtimex_modes() 770 int ntp_adjtimex(unsigned int tkid, struct __kernel_timex *txc, const struct timespec64 *ts, in ntp_adjtimex()
|
H A D | posix-timers.h | 20 int (*clock_adj)(const clockid_t which_clock, struct __kernel_timex *tx);
|
H A D | posix-timers.c | 212 struct __kernel_timex *t) in posix_clock_realtime_adj() 1153 int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx) in do_clock_adjtime() 1166 struct __kernel_timex __user *, utx) in SYSCALL_DEFINE2() 1168 struct __kernel_timex ktx; in SYSCALL_DEFINE2() 1311 struct __kernel_timex ktx; in SYSCALL_DEFINE2()
|
H A D | posix-clock.c | 224 static int pc_clock_adjtime(clockid_t id, struct __kernel_timex *tx) in pc_clock_adjtime()
|
H A D | timekeeping.c | 2581 static int timekeeping_validate_timex(const struct __kernel_timex *txc, bool aux_clock) in timekeeping_validate_timex() 2678 static int __do_adjtimex(struct tk_data *tkd, struct __kernel_timex *txc, in __do_adjtimex() 2738 int do_adjtimex(struct __kernel_timex *txc) in do_adjtimex() 2952 static int aux_clock_adj(const clockid_t id, struct __kernel_timex *txc) in aux_clock_adj()
|
/linux/include/uapi/linux/ |
H A D | timex.h | 102 struct __kernel_timex { struct
|
/linux/drivers/ptp/ |
H A D | ptp_clock.c | 118 static int ptp_clock_adjtime(struct posix_clock *pc, struct __kernel_timex *tx) in ptp_clock_adjtime()
|
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1189 struct __kernel_timex txc; in SYSCALL_DEFINE1()
|