Home
last modified time | relevance | path

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

12345678910>>...16

/kernel/linux/linux-5.10/include/linux/
Dtime64.h13 struct timespec64 { struct
19 struct timespec64 it_interval; argument
20 struct timespec64 it_value;
41 static inline int timespec64_equal(const struct timespec64 *a, in timespec64_equal()
42 const struct timespec64 *b) in timespec64_equal()
52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
61 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
63 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add()
64 struct timespec64 rhs) in timespec64_add()
66 struct timespec64 ts_delta; in timespec64_add()
[all …]
Dtimekeeping.h19 extern int do_settimeofday64(const struct timespec64 *ts);
20 extern int do_sys_settimeofday64(const struct timespec64 *tv,
41 extern void ktime_get_raw_ts64(struct timespec64 *ts);
42 extern void ktime_get_ts64(struct timespec64 *ts);
43 extern void ktime_get_real_ts64(struct timespec64 *tv);
44 extern void ktime_get_coarse_ts64(struct timespec64 *ts);
45 extern void ktime_get_coarse_real_ts64(struct timespec64 *ts);
47 void getboottime64(struct timespec64 *ts);
118 struct timespec64 ts; in ktime_get_coarse()
187 static inline void ktime_get_boottime_ts64(struct timespec64 *ts) in ktime_get_boottime_ts64()
[all …]
Dtime_namespace.h16 struct timespec64 monotonic;
17 struct timespec64 boottime;
60 struct timespec64 val;
66 static inline void timens_add_monotonic(struct timespec64 *ts) in timens_add_monotonic()
73 static inline void timens_add_boottime(struct timespec64 *ts) in timens_add_boottime()
131 static inline void timens_add_monotonic(struct timespec64 *ts) { } in timens_add_monotonic()
132 static inline void timens_add_boottime(struct timespec64 *ts) { } in timens_add_boottime()
Dstat.h43 struct timespec64 atime;
44 struct timespec64 mtime;
45 struct timespec64 ctime;
46 struct timespec64 btime; /* File creation time */
Dptp_clock_kernel.h34 struct timespec64 pre_ts;
35 struct timespec64 post_ts;
136 int (*gettime64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
137 int (*gettimex64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
141 int (*settime64)(struct ptp_clock_info *p, const struct timespec64 *ts);
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()
Dposix-clock.h43 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts);
45 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts);
48 const struct timespec64 *ts);
Dtime.h11 int get_timespec64(struct timespec64 *ts,
13 int put_timespec64(const struct timespec64 *ts,
43 extern long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, int flags);
/kernel/linux/linux-5.10/kernel/time/
Dtime.c83 struct timespec64 tv; in SYSCALL_DEFINE1()
121 struct timespec64 tv; in SYSCALL_DEFINE1()
144 struct timespec64 ts; in SYSCALL_DEFINE2()
169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64()
202 struct timespec64 new_ts; in SYSCALL_DEFINE2()
228 struct timespec64 ts; in COMPAT_SYSCALL_DEFINE2()
246 struct timespec64 new_ts; in COMPAT_SYSCALL_DEFINE2()
454 struct timespec64 ts = ns_to_timespec64(nsec); in ns_to_kernel_old_timeval()
478 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
506 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64()
[all …]
Dposix-stubs.c63 struct timespec64 new_tp; in SYSCALL_DEFINE2()
73 int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
97 struct timespec64 kernel_tp; in SYSCALL_DEFINE2()
110 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2()
131 struct timespec64 t; in SYSCALL_DEFINE4()
176 struct timespec64 new_tp; in SYSCALL_DEFINE2()
190 struct timespec64 kernel_tp; in SYSCALL_DEFINE2()
204 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2()
225 struct timespec64 t; in SYSCALL_DEFINE4()
Dntp_internal.h12 const struct timespec64 *ts,
14 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
Dposix-timers.h6 struct timespec64 *tp);
8 const struct timespec64 *tp);
11 struct timespec64 *tp);
17 const struct timespec64 *);
Dtimekeeping.c129 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
131 struct timespec64 ts; in tk_xtime()
138 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
144 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
151 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
153 struct timespec64 tmp; in tk_set_wall_to_mono()
802 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64()
956 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
959 struct timespec64 tomono; in ktime_get_ts64()
1299 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
[all …]
Dposix-timers.c175 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec()
188 const struct timespec64 *tp) in posix_clock_realtime_set()
202 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec()
217 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
225 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
232 struct timespec64 *tp) in posix_get_monotonic_coarse()
239 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
245 static int posix_get_boottime_timespec(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime_timespec()
257 static int posix_get_tai_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai_timespec()
268 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec64 *tp) in posix_get_hrtimer_res()
[all …]
/kernel/linux/linux-5.10/fs/ntfs/
Dtime.h34 static inline sle64 utc2ntfs(const struct timespec64 ts) in utc2ntfs()
52 struct timespec64 ts; in get_current_ntfs_time()
74 static inline struct timespec64 ntfs2utc(const sle64 time) in ntfs2utc()
76 struct timespec64 ts; in ntfs2utc()
/kernel/linux/linux-5.10/Documentation/core-api/
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 …]
/kernel/liteos_a/syscall/
Dtime_syscall.c405 int SysClockSettime64(clockid_t clockID, const struct timespec64 *tp) in SysClockSettime64()
409 struct timespec64 stp; in SysClockSettime64()
416 if (LOS_ArchCopyFromUser(&stp, tp, sizeof(struct timespec64))) { in SysClockSettime64()
435 int SysClockGettime64(clockid_t clockID, struct timespec64 *tp) in SysClockGettime64()
439 struct timespec64 stp = { 0 }; in SysClockGettime64()
454 if (LOS_ArchCopyToUser(tp, &stp, sizeof(struct timespec64))) { in SysClockGettime64()
462 int SysClockGetres64(clockid_t clockID, struct timespec64 *tp) in SysClockGetres64()
466 struct timespec64 stp = { 0 }; in SysClockGetres64()
481 if (LOS_ArchCopyToUser(tp, &stp, sizeof(struct timespec64))) { in SysClockGetres64()
489 int SysClockNanoSleep64(clockid_t clk, int flags, const struct timespec64 *req, struct timespec64 *… in SysClockNanoSleep64()
[all …]
/kernel/linux/linux-5.10/fs/fat/
Dmisc.c198 void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_fat2unix()
234 void fat_time_unix2fat(struct msdos_sb_info *sbi, struct timespec64 *ts, in fat_time_unix2fat()
270 static inline struct timespec64 fat_timespec64_trunc_2secs(struct timespec64 ts) in fat_timespec64_trunc_2secs()
272 return (struct timespec64){ ts.tv_sec & ~1ULL, 0 }; in fat_timespec64_trunc_2secs()
275 static inline struct timespec64 fat_timespec64_trunc_10ms(struct timespec64 ts) in fat_timespec64_trunc_10ms()
293 int fat_truncate_time(struct inode *inode, struct timespec64 *now, int flags) in fat_truncate_time()
296 struct timespec64 ts; in fat_truncate_time()
315 inode->i_atime = (struct timespec64){ seconds, 0 }; in fat_truncate_time()
330 int fat_update_time(struct inode *inode, struct timespec64 *now, int flags) in fat_update_time()
/kernel/linux/linux-5.10/fs/
Dutimes.c19 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes()
79 struct timespec64 *times, int flags) in do_utimes_path()
107 static int do_utimes_fd(int fd, struct timespec64 *times, int flags) in do_utimes_fd()
138 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes()
149 struct timespec64 tstimes[2]; in SYSCALL_DEFINE4()
176 struct timespec64 tstimes[2]; in do_futimesat()
215 struct timespec64 tv[2]; in SYSCALL_DEFINE2()
237 struct timespec64 tv[2]; in SYSCALL_DEFINE2()
252 struct timespec64 tv[2]; in SYSCALL_DEFINE4()
269 struct timespec64 tv[2]; in do_compat_futimesat()
/kernel/linux/linux-5.10/drivers/ptp/
Dptp_kvm.c37 struct timespec64 tspec; in ptp_kvm_get_time_fn()
107 const struct timespec64 *ts) in ptp_kvm_settime()
112 static int ptp_kvm_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) in ptp_kvm_gettime()
115 struct timespec64 tspec; in ptp_kvm_gettime()
132 memcpy(ts, &tspec, sizeof(struct timespec64)); in ptp_kvm_gettime()
/kernel/liteos_a/compat/posix/src/
Dtime.c79 #define timespec64 timespec macro
136 STATIC struct timespec64 g_accDeltaFromAdj;
138 STATIC struct timespec64 g_accDeltaFromSet;
245 STATIC INLINE struct timespec64 OsTimeSpecAdd(const struct timespec64 t1, const struct timespec64 t… in OsTimeSpecAdd()
247 struct timespec64 ret = {0}; in OsTimeSpecAdd()
262 STATIC INLINE struct timespec64 OsTimeSpecSub(const struct timespec64 t1, const struct timespec64 t… in OsTimeSpecSub()
264 struct timespec64 ret = {0}; in OsTimeSpecSub()
276 STATIC VOID OsGetHwTime(struct timespec64 *hwTime) in OsGetHwTime()
288 struct timespec64 setTime = {0}; in OsSetTimeOfDay()
289 struct timespec64 hwTime = {0}; in OsSetTimeOfDay()
[all …]
/kernel/liteos_a/kernel/base/include/
Dlos_time_container_pri.h43 struct timespec64 monotonic;
61 UINT32 OsGetTimeContainerMonotonic(LosProcessCB *processCB, struct timespec64 *offsets);
63 UINT32 OsSetTimeContainerMonotonic(LosProcessCB *processCB, struct timespec64 *offsets);
/kernel/linux/linux-5.10/drivers/input/misc/
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()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_buf.h32 struct timespec64 di_crtime; /* time created */
66 static inline uint64_t xfs_inode_encode_bigtime(struct timespec64 tv) in xfs_inode_encode_bigtime()
71 struct timespec64 xfs_inode_from_disk_ts(struct xfs_dinode *dip,
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
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()

12345678910>>...16