Home
last modified time | relevance | path

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

12

/include/linux/
A Dtime64.h13 struct timespec64 { struct
19 struct timespec64 it_interval; argument
20 struct timespec64 it_value;
62 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
73 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add()
74 struct timespec64 rhs) in timespec64_add()
76 struct timespec64 ts_delta; in timespec64_add()
85 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub()
86 struct timespec64 rhs) in timespec64_sub()
88 struct timespec64 ts_delta; in timespec64_sub()
[all …]
A Dtimekeeping.h20 extern int do_settimeofday64(const struct timespec64 *ts);
21 extern int do_sys_settimeofday64(const struct timespec64 *tv,
42 extern void ktime_get_raw_ts64(struct timespec64 *ts);
43 extern void ktime_get_ts64(struct timespec64 *ts);
44 extern void ktime_get_real_ts64(struct timespec64 *tv);
45 extern void ktime_get_coarse_ts64(struct timespec64 *ts);
46 extern void ktime_get_coarse_real_ts64(struct timespec64 *ts);
51 extern void ktime_get_real_ts64_mg(struct timespec64 *ts);
54 void getboottime64(struct timespec64 *ts);
131 struct timespec64 ts; in ktime_get_coarse()
[all …]
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);
A Dtime_namespace.h19 struct timespec64 monotonic;
20 struct timespec64 boottime;
63 struct timespec64 val;
69 static inline void timens_add_monotonic(struct timespec64 *ts) in timens_add_monotonic()
76 static inline void timens_add_boottime(struct timespec64 *ts) in timens_add_boottime()
90 static inline void timens_sub_boottime(struct timespec64 *ts) in timens_sub_boottime()
153 static inline void timens_add_monotonic(struct timespec64 *ts) { } in timens_add_monotonic()
154 static inline void timens_add_boottime(struct timespec64 *ts) { } in timens_add_boottime()
161 static inline void timens_sub_boottime(struct timespec64 *ts) { } in timens_sub_boottime()
A Dstat.h47 struct timespec64 atime;
48 struct timespec64 mtime;
49 struct timespec64 ctime;
50 struct timespec64 btime; /* File creation time */
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()
A Dptp_clock_kernel.h53 struct timespec64 pre_ts;
54 struct timespec64 post_ts;
200 int (*gettime64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
201 int (*gettimex64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
205 int (*settime64)(struct ptp_clock_info *p, const struct timespec64 *ts);
206 int (*getcycles64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
207 int (*getcyclesx64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
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);
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);
A Dtimex.h157 extern void hardpps(const struct timespec64 *, const struct timespec64 *);
A Dtime32.h54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
A Dtimekeeper_internal.h143 struct timespec64 wall_to_monotonic;
162 struct timespec64 monotonic_to_boot;
A Dpoll.h107 extern u64 select_estimate_accuracy(struct timespec64 *tv);
112 fd_set __user *exp, struct timespec64 *end_time);
114 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
A Dpps_gen_kernel.h36 struct timespec64 *time);
A Dinit_syscalls.h18 int __init init_utimes(char *filename, struct timespec64 *ts);
A Dktime.h69 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) in timespec64_to_ktime()
208 struct timespec64 *ts) in ktime_to_timespec64_cond()
A Daudit.h411 …sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout);
422 extern void __audit_tk_injoffset(struct timespec64 offset);
478 …_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout) in audit_mq_sendrecv()
534 static inline void audit_tk_injoffset(struct timespec64 offset) in audit_tk_injoffset()
658 const struct timespec64 *abs_timeout) in audit_mq_sendrecv()
686 static inline void audit_tk_injoffset(struct timespec64 offset) in audit_tk_injoffset()
A Dfs.h289 struct timespec64 ia_atime;
290 struct timespec64 ia_mtime;
291 struct timespec64 ia_ctime;
818 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);
1663 struct timespec64 update);
1684 struct timespec64 ts) in inode_set_atime_to_ts()
1694 struct timespec64 ts = { .tv_sec = sec, in inode_set_atime()
1718 struct timespec64 ts) in inode_set_mtime_to_ts()
1728 struct timespec64 ts = { .tv_sec = sec, in inode_set_mtime()
1762 struct timespec64 inode_set_ctime_to_ts(struct inode *inode, struct timespec64 ts);
[all …]
A Diversion.h259 static inline u64 time_to_chattr(const struct timespec64 *t) in time_to_chattr()
A Dpstore.h76 struct timespec64 time;
/include/trace/events/
A Dtimestamp.h16 struct timespec64 *ctime),
44 struct timespec64 *ctime),
49 struct timespec64 *ctime),
90 struct timespec64 *ctime,
91 struct timespec64 *mtime),
/include/soc/mscc/
A Docelot_ptp.h48 int ocelot_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts);
50 const struct timespec64 *ts);
/include/sound/
A Dtimer.h92 struct timespec64 * tstamp,
116 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
/include/linux/sunrpc/
A Dcache.h163 struct timespec64 boot; in seconds_since_boot()
170 struct timespec64 boot; in convert_to_wallclock()
312 struct timespec64 boot; in get_expiry()
/include/linux/fsl/
A Dptp_qoriq.h192 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts);
194 const struct timespec64 *ts);

Completed in 40 milliseconds

12