Home
last modified time | relevance | path

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

12

/include/linux/
Dtime64.h13 struct timespec64 { struct
19 struct timespec64 it_interval; argument
20 struct timespec64 it_value;
43 static inline int timespec64_equal(const struct timespec64 *a, in timespec64_equal()
44 const struct timespec64 *b) in timespec64_equal()
54 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
63 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
65 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add()
66 struct timespec64 rhs) in timespec64_add()
68 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 …]
Dptp_kvm.h11 struct timespec64;
15 int kvm_arch_ptp_get_clock(struct timespec64 *ts);
17 struct timespec64 *tspec, struct clocksource **cs);
Dtime_namespace.h15 struct timespec64 monotonic;
16 struct timespec64 boottime;
59 struct timespec64 val;
65 static inline void timens_add_monotonic(struct timespec64 *ts) in timens_add_monotonic()
72 static inline void timens_add_boottime(struct timespec64 *ts) in timens_add_boottime()
86 static inline void timens_sub_boottime(struct timespec64 *ts) in timens_sub_boottime()
144 static inline void timens_add_monotonic(struct timespec64 *ts) { } in timens_add_monotonic()
145 static inline void timens_add_boottime(struct timespec64 *ts) { } in timens_add_boottime()
152 static inline void timens_sub_boottime(struct timespec64 *ts) { } in timens_sub_boottime()
Dstat.h47 struct timespec64 atime;
48 struct timespec64 mtime;
49 struct timespec64 ctime;
50 struct timespec64 btime; /* File creation time */
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);
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()
Dptp_clock_kernel.h50 struct timespec64 pre_ts;
51 struct timespec64 post_ts;
152 int (*gettime64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
153 int (*gettimex64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
157 int (*settime64)(struct ptp_clock_info *p, const struct timespec64 *ts);
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);
Dtimex.h165 extern void hardpps(const struct timespec64 *, const struct timespec64 *);
Dtimekeeper_internal.h97 struct timespec64 wall_to_monotonic;
106 struct timespec64 monotonic_to_boot;
Dtime32.h54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
Dpoll.h115 extern u64 select_estimate_accuracy(struct timespec64 *tv);
120 fd_set __user *exp, struct timespec64 *end_time);
122 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
Dinit_syscalls.h18 int __init init_utimes(char *filename, struct timespec64 *ts);
Dktime.h71 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) in timespec64_to_ktime()
210 struct timespec64 *ts) in ktime_to_timespec64_cond()
Daudit.h393 …sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout);
403 extern void __audit_tk_injoffset(struct timespec64 offset);
459 …_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout) in audit_mq_sendrecv()
509 static inline void audit_tk_injoffset(struct timespec64 offset) in audit_tk_injoffset()
629 const struct timespec64 *abs_timeout) in audit_mq_sendrecv()
655 static inline void audit_tk_injoffset(struct timespec64 offset) in audit_tk_injoffset()
Ddamon.h402 struct timespec64 last_aggregation;
403 struct timespec64 last_primitive_update;
Dpstore.h73 struct timespec64 time;
Djiffies.h421 extern unsigned long timespec64_to_jiffies(const struct timespec64 *value);
423 struct timespec64 *value);
Diversion.h335 static inline u64 time_to_chattr(struct timespec64 *t) in time_to_chattr()
Dfs.h230 struct timespec64 ia_atime;
231 struct timespec64 ia_mtime;
232 struct timespec64 ia_ctime;
675 struct timespec64 i_atime;
676 struct timespec64 i_mtime;
677 struct timespec64 i_ctime;
755 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode);
1233 extern void lease_get_mtime(struct inode *, struct timespec64 *time);
1359 struct timespec64 *time) in lease_get_mtime()
1771 struct timespec64 current_time(struct inode *inode);
[all …]
/include/soc/mscc/
Docelot_ptp.h48 int ocelot_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts);
50 const struct timespec64 *ts);
/include/sound/
Dtimer.h97 struct timespec64 * tstamp,
123 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
/include/linux/sunrpc/
Dcache.h159 struct timespec64 boot; in seconds_since_boot()
166 struct timespec64 boot; in convert_to_wallclock()
306 struct timespec64 boot; in get_expiry()
/include/linux/fsl/
Dptp_qoriq.h191 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts);
193 const struct timespec64 *ts);

12