Home
last modified time | relevance | path

Searched refs:timespec64 (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/linux/include/linux/
H A Dtime64.h13 struct timespec64 { struct
19 struct timespec64 it_interval; argument
20 struct timespec64 it_value;
46 static inline int timespec64_equal(const struct timespec64 *a, in timespec64_equal()
47 const struct timespec64 *b) in timespec64_equal()
57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
66 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
68 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add()
69 struct timespec64 rhs) in timespec64_add()
71 struct timespec64 ts_delta; in timespec64_add()
[all …]
H A Dtime_namespace.h18 struct timespec64 monotonic;
19 struct timespec64 boottime;
62 struct timespec64 val;
68 static inline void timens_add_monotonic(struct timespec64 *ts) in timens_add_monotonic()
75 static inline void timens_add_boottime(struct timespec64 *ts) in timens_add_boottime()
89 static inline void timens_sub_boottime(struct timespec64 *ts) in timens_sub_boottime()
152 static inline void timens_add_monotonic(struct timespec64 *ts) { } in timens_add_monotonic()
153 static inline void timens_add_boottime(struct timespec64 *ts) { } in timens_add_boottime()
160 static inline void timens_sub_boottime(struct timespec64 *ts) { } in timens_sub_boottime()
H A Dstat.h47 struct timespec64 atime;
48 struct timespec64 mtime;
49 struct timespec64 ctime;
50 struct timespec64 btime; /* File creation time */
H A Dptp_kvm.h14 struct timespec64;
18 int kvm_arch_ptp_get_clock(struct timespec64 *ts);
20 struct timespec64 *tspec, enum clocksource_ids *cs_id);
H A Dpps_kernel.h37 struct timespec64 ts_raw;
39 struct timespec64 ts_real;
94 struct timespec64 ts) in timespec_to_pps_ktime()
112 static inline void pps_sub_ts(struct pps_event_time *ts, struct timespec64 delta) in pps_sub_ts()
H A Dposix-clock.h44 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts);
46 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts);
49 const struct timespec64 *ts);
H A Dtime.h11 int get_timespec64(struct timespec64 *ts,
13 int put_timespec64(const struct timespec64 *ts,
30 extern long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, int flags);
/linux/kernel/time/
H A Dposix-stubs.c29 struct timespec64 new_tp; in SYSCALL_DEFINE2()
39 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
64 struct timespec64 kernel_tp; in SYSCALL_DEFINE2()
77 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2()
98 struct timespec64 t; in SYSCALL_DEFINE4()
132 struct timespec64 new_tp; in SYSCALL_DEFINE2()
146 struct timespec64 kernel_tp; in SYSCALL_DEFINE2()
160 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2()
181 struct timespec64 t; in SYSCALL_DEFINE4()
H A Dtimekeeping.c158 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
160 struct timespec64 ts; in tk_xtime()
167 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
173 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
180 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
182 struct timespec64 tmp; in tk_set_wall_to_mono()
719 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64()
881 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
884 struct timespec64 tomono; in ktime_get_ts64()
1355 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
[all …]
H A Dposix-timers.h12 struct timespec64 *tp);
14 const struct timespec64 *tp);
17 struct timespec64 *tp);
23 const struct timespec64 *);
H A Dntp_internal.h12 const struct timespec64 *ts,
14 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
/linux/fs/fat/
H A Dmisc.c204 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_fat2unix()
243 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_unix2fat()
279 static inline struct timespec64 fat_timespec64_trunc_2secs(struct timespec64 ts) in fat_timespec64_trunc_2secs()
281 return (struct timespec64){ ts.tv_sec & ~1ULL, 0 }; in fat_timespec64_trunc_2secs()
287 struct timespec64 fat_truncate_atime(const struct msdos_sb_info *sbi, in fat_truncate_atime()
288 const struct timespec64 *ts) in fat_truncate_atime()
298 return (struct timespec64){ seconds, 0 }; in fat_truncate_atime()
304 struct timespec64 fat_truncate_mtime(const struct msdos_sb_info *sbi, in fat_truncate_mtime()
305 const struct timespec64 *ts) in fat_truncate_mtime()
314 int fat_truncate_time(struct inode *inode, struct timespec64 *now, int flags) in fat_truncate_time()
[all …]
/linux/Documentation/core-api/
H A Dtimekeeping.rst59 nanosecond, timespec64, and second output
75 .. c:function:: void ktime_get_ts64( struct timespec64 * )
76 void ktime_get_boottime_ts64( struct timespec64 * )
77 void ktime_get_real_ts64( struct timespec64 * )
78 void ktime_get_clocktai_ts64( struct timespec64 * )
79 void ktime_get_raw_ts64( struct timespec64 * )
81 Same above, but returns the time in a 'struct timespec64', split
112 .. c:function:: void ktime_get_coarse_ts64( struct timespec64 * )
113 void ktime_get_coarse_boottime_ts64( struct timespec64 * )
114 void ktime_get_coarse_real_ts64( struct timespec64 * )
[all …]
/linux/fs/
H A Dutimes.c20 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes()
81 struct timespec64 *times, int flags) in do_utimes_path()
109 static int do_utimes_fd(int fd, struct timespec64 *times, int flags) in do_utimes_fd()
135 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes()
146 struct timespec64 tstimes[2]; in SYSCALL_DEFINE4()
173 struct timespec64 tstimes[2]; in do_futimesat()
212 struct timespec64 tv[2]; in SYSCALL_DEFINE2()
234 struct timespec64 tv[2]; in SYSCALL_DEFINE2()
249 struct timespec64 tv[2]; in SYSCALL_DEFINE4()
266 struct timespec64 tv[2]; in do_compat_futimesat()
H A Dselect.c53 static long __estimate_accuracy(struct timespec64 *tv) in __estimate_accuracy()
76 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy()
79 struct timespec64 now; in select_estimate_accuracy()
271 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout()
273 struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout()
295 static int poll_select_finish(struct timespec64 *end_time, in poll_select_finish()
299 struct timespec64 rts; in poll_select_finish()
483 static noinline_for_stack int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select()
622 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select()
703 struct timespec64 end_time, *to = NULL; in kern_select()
[all …]
/linux/drivers/ptp/
H A Dptp_kvm_common.c32 struct timespec64 tspec; in ptp_kvm_get_time_fn()
80 const struct timespec64 *ts) in ptp_kvm_settime()
85 static int ptp_kvm_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ptp_kvm_gettime()
88 struct timespec64 tspec; in ptp_kvm_gettime()
100 memcpy(ts, &tspec, sizeof(struct timespec64)); in ptp_kvm_gettime()
/linux/arch/x86/include/asm/
H A Dx86_init.h201 struct timespec64;
313 void (*get_wallclock)(struct timespec64 *ts);
314 int (*set_wallclock)(const struct timespec64 *ts);
347 extern int set_rtc_noop(const struct timespec64 *now);
348 extern void get_rtc_noop(struct timespec64 *now);
/linux/arch/x86/kernel/
H A Drtc.c35 int mach_set_cmos_time(const struct timespec64 *now) in mach_set_cmos_time()
56 void mach_get_cmos_time(struct timespec64 *now) in mach_get_cmos_time()
102 int update_persistent_clock64(struct timespec64 now) in update_persistent_clock64()
108 void read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c23 static inline u64 timespec_to_us(const struct timespec64 *ts) in timespec_to_us()
28 static inline u64 timespec_to_ms(const struct timespec64 *ts) in timespec_to_ms()
35 struct timespec64 ts; in adf_clock_get_current_time()
43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c41 static int gem_tsu_get_time(struct ptp_clock_info *ptp, struct timespec64 *ts, in gem_tsu_get_time()
78 const struct timespec64 *ts) in gem_tsu_set_time()
160 struct timespec64 now, then = ns_to_timespec64(delta); in gem_ptp_adjtime()
173 (const struct timespec64 *)&now); in gem_ptp_adjtime()
222 struct timespec64 ts; in gem_ptp_init_tsu()
247 u32 dma_desc_ts_2, struct timespec64 *ts) in gem_hw_timestamp()
249 struct timespec64 tsu; in gem_hw_timestamp()
279 struct timespec64 ts; in gem_ptp_rxstamp()
300 struct timespec64 ts; in gem_ptp_txstamp()
/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c183 static inline int hp_sdc_rtc_read_rt(struct timespec64 *res) { in hp_sdc_rtc_read_rt()
202 static inline int hp_sdc_rtc_read_fhs(struct timespec64 *res) { in hp_sdc_rtc_read_fhs()
219 static inline int hp_sdc_rtc_read_mt(struct timespec64 *res) { in hp_sdc_rtc_read_mt()
236 static inline int hp_sdc_rtc_read_dt(struct timespec64 *res) { in hp_sdc_rtc_read_dt()
253 static inline int hp_sdc_rtc_read_ct(struct timespec64 *res) { in hp_sdc_rtc_read_ct()
273 struct timespec64 tv; in hp_sdc_rtc_proc_show()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c63 struct timespec64 stamp;
90 static void mvpp22_tai_read_ts(struct timespec64 *ts, void __iomem *base) in mvpp22_tai_read_ts()
104 static void mvpp2_tai_write_tlv(const struct timespec64 *ts, u32 frac, in mvpp2_tai_write_tlv()
208 struct timespec64 ts; in mvpp22_tai_adjtime()
236 struct timespec64 *ts, in mvpp22_tai_gettimex64()
277 const struct timespec64 *ts) in mvpp22_tai_settime64()
348 struct timespec64 ts; in mvpp22_tai_tstamp()
/linux/fs/exfat/
H A Dmisc.c52 static void exfat_adjust_tz(struct timespec64 *ts, u8 tz_off) in exfat_adjust_tz()
68 void exfat_get_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts, in exfat_get_entry_time()
93 void exfat_set_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts, in exfat_set_entry_time()
123 void exfat_truncate_atime(struct timespec64 *ts) in exfat_truncate_atime()
131 struct timespec64 atime = inode_get_atime(inode); in exfat_truncate_inode_atime()
/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.h30 struct timespec64 clock_time;
32 struct timespec64 perout_target_time_first; /* start of first pulse */
33 struct timespec64 perout_period;
/linux/drivers/net/ethernet/renesas/
H A Drcar_gen4_ptp.c48 struct timespec64 *ts) in _rcar_gen4_ptp_gettime()
58 struct timespec64 *ts) in rcar_gen4_ptp_gettime()
72 const struct timespec64 *ts) in _rcar_gen4_ptp_settime()
87 const struct timespec64 *ts) in rcar_gen4_ptp_settime()
102 struct timespec64 ts; in rcar_gen4_ptp_adjtime()

12345678910>>...14