Searched refs:__kernel_timex (Results  1 – 16 of 16) sorted by relevance
| /Linux-v6.6/include/linux/ | 
| 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 *);
  | 
| D | timex.h | 162 extern int do_adjtimex(struct __kernel_timex *); 163 extern int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx);
  | 
| D | posix-clock.h | 41 	int  (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx);
  | 
| D | syscalls.h | 53 struct __kernel_timex; 683 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p); 852 				struct __kernel_timex __user *tx);
  | 
| /Linux-v6.6/kernel/time/ | 
| 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()
  | 
| D | ntp_internal.h | 11 extern int __do_adjtimex(struct __kernel_timex *txc,
  | 
| D | ntp.c | 193 static inline void pps_fill_timex(struct __kernel_timex *txc)  in pps_fill_timex() 225 static inline void pps_fill_timex(struct __kernel_timex *txc)  in pps_fill_timex() 686 static inline void process_adj_status(const struct __kernel_timex *txc)  in process_adj_status() 709 static inline void process_adjtimex_modes(const struct __kernel_timex *txc,  in process_adjtimex_modes() 762 int __do_adjtimex(struct __kernel_timex *txc, const struct timespec64 *ts,  in __do_adjtimex()
  | 
| D | posix-timers.h | 14 	int	(*clock_adj)(const clockid_t which_clock, struct __kernel_timex *tx);
  | 
| D | posix-timers.c | 149 				    struct __kernel_timex *t)  in posix_clock_realtime_adj() 1150 int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx)  in do_clock_adjtime() 1163 		struct __kernel_timex __user *, utx)  in SYSCALL_DEFINE2() 1165 	struct __kernel_timex ktx;  in SYSCALL_DEFINE2() 1308 	struct __kernel_timex ktx;  in SYSCALL_DEFINE2()
  | 
| D | posix-clock.c | 226 static int pc_clock_adjtime(clockid_t id, struct __kernel_timex *tx)  in pc_clock_adjtime()
  | 
| D | timekeeping.c | 2342 static int timekeeping_validate_timex(const struct __kernel_timex *txc)  in timekeeping_validate_timex() 2422 int do_adjtimex(struct __kernel_timex *txc)  in do_adjtimex()
  | 
| /Linux-v6.6/arch/sparc/kernel/ | 
| D | sys_sparc_64.c | 551 SYSCALL_DEFINE1(sparc_adjtimex, struct __kernel_timex __user *, txc_p)  in SYSCALL_DEFINE1() 553 	struct __kernel_timex txc;  in SYSCALL_DEFINE1() 576 		struct __kernel_timex __user *, txc_p)  in SYSCALL_DEFINE2() 578 	struct __kernel_timex txc;  in SYSCALL_DEFINE2()
  | 
| /Linux-v6.6/include/uapi/linux/ | 
| D | timex.h | 102 struct __kernel_timex {  struct
  | 
| /Linux-v6.6/arch/s390/kernel/ | 
| D | time.c | 595 	struct __kernel_timex txc;  in stp_clear_leap() 613 	struct __kernel_timex txc;  in stp_check_leap()
  | 
| /Linux-v6.6/drivers/ptp/ | 
| D | ptp_clock.c | 100 static int ptp_clock_adjtime(struct posix_clock *pc, struct __kernel_timex *tx)  in ptp_clock_adjtime()
  | 
| /Linux-v6.6/arch/alpha/kernel/ | 
| D | osf_sys.c | 1190 	struct __kernel_timex txc;  in SYSCALL_DEFINE1()
  |