Searched refs:__kernel_timex (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/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 | timex.h | 154 extern int do_adjtimex(struct __kernel_timex *); 155 extern int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx);
|
| 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; 715 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p); 891 struct __kernel_timex __user *tx);
|
| /linux-6.15/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 __do_adjtimex(struct __kernel_timex *txc,
|
| H A D | ntp.c | 197 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex() 229 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex() 690 static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc) in process_adj_status() 712 static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *tx… in process_adjtimex_modes() 762 int __do_adjtimex(struct __kernel_timex *txc, const struct timespec64 *ts, in __do_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() 1161 int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx) in do_clock_adjtime() 1174 struct __kernel_timex __user *, utx) in SYSCALL_DEFINE2() 1176 struct __kernel_timex ktx; in SYSCALL_DEFINE2() 1319 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 | 2452 static int timekeeping_validate_timex(const struct __kernel_timex *txc) in timekeeping_validate_timex() 2533 int do_adjtimex(struct __kernel_timex *txc) in do_adjtimex()
|
| /linux-6.15/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-6.15/include/uapi/linux/ |
| H A D | timex.h | 102 struct __kernel_timex { struct
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | time.c | 596 struct __kernel_timex txc; in stp_clear_leap() 614 struct __kernel_timex txc; in stp_check_leap()
|
| /linux-6.15/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-6.15/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1189 struct __kernel_timex txc; in SYSCALL_DEFINE1()
|