Home
last modified time | relevance | path

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

/linux/include/linux/
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 *);
A Dtimex.h154 extern int do_adjtimex(struct __kernel_timex *);
155 extern int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx);
A Dposix-clock.h41 int (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx);
A Dsyscalls.h53 struct __kernel_timex;
783 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p);
976 struct __kernel_timex __user *tx);
/linux/kernel/time/
A Dtime.c269 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()
A Dntp.c193 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()
A Dntp_internal.h11 extern int __do_adjtimex(struct __kernel_timex *txc,
A Dposix-timers.h14 int (*clock_adj)(const clockid_t which_clock, struct __kernel_timex *tx);
A Dposix-timers.c189 struct __kernel_timex *t) in posix_clock_realtime_adj()
1100 int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex * ktx) in do_clock_adjtime()
1113 struct __kernel_timex __user *, utx) in SYSCALL_DEFINE2()
1115 struct __kernel_timex ktx; in SYSCALL_DEFINE2()
1185 struct __kernel_timex ktx; in SYSCALL_DEFINE2()
A Dposix-clock.c226 static int pc_clock_adjtime(clockid_t id, struct __kernel_timex *tx) in pc_clock_adjtime()
A Dtimekeeping.c2321 static int timekeeping_validate_timex(const struct __kernel_timex *txc) in timekeeping_validate_timex()
2387 int do_adjtimex(struct __kernel_timex *txc) in do_adjtimex()
/linux/arch/sparc/kernel/
A Dsys_sparc_64.c551 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/include/uapi/linux/
A Dtimex.h102 struct __kernel_timex { struct
/linux/arch/s390/kernel/
A Dtime.c592 struct __kernel_timex txc; in stp_clear_leap()
610 struct __kernel_timex txc; in stp_check_leap()
/linux/drivers/ptp/
A Dptp_clock.c100 static int ptp_clock_adjtime(struct posix_clock *pc, struct __kernel_timex *tx) in ptp_clock_adjtime()
/linux/arch/alpha/kernel/
A Dosf_sys.c1191 struct __kernel_timex txc; in SYSCALL_DEFINE1()

Completed in 39 milliseconds