Searched refs:time64_t (Results 1 – 21 of 21) sorted by relevance
| /include/linux/sunrpc/ |
| A D | cache.h | 49 time64_t expiry_time; /* After time expiry_time, don't use 51 time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was 104 time64_t flush_time; /* flush all cache items with 111 time64_t nextcheck; 118 time64_t last_close; /* if no writers, when did last close */ 119 time64_t last_warn; /* when we last warned about no writers */ 161 static inline time64_t seconds_since_boot(void) in seconds_since_boot() 168 static inline time64_t convert_to_wallclock(time64_t sinceboot) in convert_to_wallclock() 291 static inline int get_time(char **bpp, time64_t *time) in get_time() 309 static inline int get_expiry(char **bpp, time64_t *rvp) in get_expiry()
|
| A D | gss_api.h | 52 time64_t *endtime, 114 time64_t *endtime,
|
| /include/keys/ |
| A D | rxrpc-type.h | 93 static inline u32 rxrpc_time64_to_u32(time64_t time) in rxrpc_time64_to_u32() 107 static inline time64_t rxrpc_u32_to_time64(u32 time) in rxrpc_u32_to_time64() 109 return (time64_t)time; in rxrpc_u32_to_time64()
|
| /include/trace/events/ |
| A D | rtc.h | 12 TP_PROTO(time64_t secs, int err), 17 __field(time64_t, secs) 33 TP_PROTO(time64_t secs, int err), 40 TP_PROTO(time64_t secs, int err), 47 TP_PROTO(time64_t secs, int err), 54 TP_PROTO(time64_t secs, int err),
|
| A D | timestamp.h | 23 __field(time64_t, ctime_s) 98 __field(time64_t, ctime_s) 99 __field(time64_t, mtime_s)
|
| /include/linux/ |
| A D | rtc.h | 24 extern time64_t rtc_tm_to_time64(struct rtc_time *tm); 25 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm); 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub() 147 time64_t range_min; 150 time64_t start_secs; 151 time64_t offset_secs;
|
| A D | timekeeping.h | 59 extern time64_t ktime_get_seconds(void); 60 extern time64_t __ktime_get_real_seconds(void); 61 extern time64_t ktime_get_real_seconds(void); 239 static inline time64_t ktime_get_boottime_seconds(void) in ktime_get_boottime_seconds() 254 static inline time64_t ktime_get_clocktai_seconds(void) in ktime_get_clocktai_seconds()
|
| A D | time.h | 20 extern time64_t mktime64(const unsigned int year, const unsigned int mon, 58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
| A D | time64.h | 8 typedef __s64 time64_t; typedef 14 time64_t tv_sec; /* seconds */ 71 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
|
| A D | dns_resolver.h | 31 const char *options, char **_result, time64_t *_expiry,
|
| A D | cuda.h | 20 extern time64_t cuda_get_time(void);
|
| A D | pmu.h | 40 extern time64_t pmu_get_time(void);
|
| A D | hil_mlc.h | 152 time64_t lcv_time; /* Time loop was started */
|
| A D | key.h | 209 time64_t expiry; /* time at which key expires (or 0) */ 210 time64_t revoked_at; /* time at which key was revoked */ 212 time64_t last_used_at; /* last time used for LRU keyring discard */
|
| A D | key-type.h | 38 time64_t expiry; /* Expiry time of key */
|
| A D | poll.h | 114 extern int poll_select_set_timeout(struct timespec64 *to, time64_t sec,
|
| A D | quota.h | 213 time64_t dqb_btime; /* time limit for excessive disk use */ 214 time64_t dqb_itime; /* time limit for excessive inode use */
|
| A D | fs.h | 709 time64_t i_atime_sec; 710 time64_t i_mtime_sec; 711 time64_t i_ctime_sec; 1382 time64_t s_time_min; 1383 time64_t s_time_max; 1665 static inline time64_t inode_get_atime_sec(const struct inode *inode) in inode_get_atime_sec() 1692 time64_t sec, long nsec) in inode_set_atime() 1700 static inline time64_t inode_get_mtime_sec(const struct inode *inode) in inode_get_mtime_sec() 1726 time64_t sec, long nsec) in inode_set_mtime() 1744 static inline time64_t inode_get_ctime_sec(const struct inode *inode) in inode_get_ctime_sec() [all …]
|
| /include/ufs/ |
| A D | ufs.h | 648 time64_t rtc_time_baseline;
|
| /include/linux/ceph/ |
| A D | decode.h | 208 ts->tv_sec = (time64_t)le32_to_cpu(tv->tv_sec); in ceph_decode_timespec64()
|
| /include/net/ |
| A D | xfrm.h | 253 time64_t nat_keepalive_expiration; 298 time64_t lastused;
|
Completed in 767 milliseconds