Searched refs:__kernel_timex (Results 1 – 13 of 13) 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; 725 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p); 901 struct __kernel_timex __user *tx);
|
| /linux/kernel/time/ |
| H A D | time.c | 269 SYSCALL_DEFINE1(adjtimex, struct __kernel_timex __user *, txc_p) in SYSCALL_DEFINE1() 271 struct __kernel_timex txc; /* Local copy of parameter */ in SYSCALL_DEFINE1() 278 if (copy_from_user(&txc, txc_p, sizeof(struct __kernel_timex))) in SYSCALL_DEFINE1() 281 return copy_to_user(txc_p, &txc, sizeof(struct __kernel_timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1() 286 int get_old_timex32(struct __kernel_timex *txc, const struct old_timex32 __user *utp) in get_old_timex32() 290 memset(txc, 0, sizeof(struct __kernel_timex)); in get_old_timex32() 318 int put_old_timex32(struct old_timex32 __user *utp, const struct __kernel_timex *txc) in put_old_timex32() 351 struct __kernel_timex txc; in SYSCALL_DEFINE1()
|
| 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 | 205 struct __kernel_timex *t) in posix_clock_realtime_set() 1145 int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx) in SYSCALL_DEFINE2() 1158 struct __kernel_timex __user *, utx) in do_clock_adjtime() 1160 struct __kernel_timex ktx; in do_clock_adjtime() 1303 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 | 2595 static int timekeeping_validate_timex(const struct __kernel_timex *txc, bool aux_clock) in timekeeping_validate_timex() 2694 static int __do_adjtimex(struct tk_data *tkd, struct __kernel_timex *txc, in __do_adjtimex() 2754 int do_adjtimex(struct __kernel_timex *txc) in do_adjtimex() 2968 static int aux_clock_adj(const clockid_t id, struct __kernel_timex *txc) in aux_clock_adj()
|
| /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 | 122 static int ptp_clock_adjtime(struct posix_clock *pc, struct __kernel_timex *tx) in ptp_clock_adjtime()
|