| /include/linux/ |
| A D | time64.h | 13 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 D | timekeeping.h | 20 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 D | ptp_kvm.h | 14 struct timespec64; 18 int kvm_arch_ptp_get_clock(struct timespec64 *ts); 20 struct timespec64 *tspec, enum clocksource_ids *cs_id);
|
| A D | time_namespace.h | 19 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 D | stat.h | 47 struct timespec64 atime; 48 struct timespec64 mtime; 49 struct timespec64 ctime; 50 struct timespec64 btime; /* File creation time */
|
| A D | pps_kernel.h | 37 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 D | ptp_clock_kernel.h | 53 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 D | posix-clock.h | 44 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 D | time.h | 11 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 D | timex.h | 157 extern void hardpps(const struct timespec64 *, const struct timespec64 *);
|
| A D | time32.h | 54 extern int get_old_timespec32(struct timespec64 *, const void __user *); 55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
|
| A D | timekeeper_internal.h | 143 struct timespec64 wall_to_monotonic; 162 struct timespec64 monotonic_to_boot;
|
| A D | poll.h | 107 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 D | pps_gen_kernel.h | 36 struct timespec64 *time);
|
| A D | init_syscalls.h | 18 int __init init_utimes(char *filename, struct timespec64 *ts);
|
| A D | ktime.h | 69 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) in timespec64_to_ktime() 208 struct timespec64 *ts) in ktime_to_timespec64_cond()
|
| A D | audit.h | 411 …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 D | fs.h | 289 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 D | iversion.h | 259 static inline u64 time_to_chattr(const struct timespec64 *t) in time_to_chattr()
|
| A D | pstore.h | 76 struct timespec64 time;
|
| /include/trace/events/ |
| A D | timestamp.h | 16 struct timespec64 *ctime), 44 struct timespec64 *ctime), 49 struct timespec64 *ctime), 90 struct timespec64 *ctime, 91 struct timespec64 *mtime),
|
| /include/soc/mscc/ |
| A D | ocelot_ptp.h | 48 int ocelot_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts); 50 const struct timespec64 *ts);
|
| /include/sound/ |
| A D | timer.h | 92 struct timespec64 * tstamp, 116 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
|
| /include/linux/sunrpc/ |
| A D | cache.h | 163 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 D | ptp_qoriq.h | 192 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts); 194 const struct timespec64 *ts);
|