/linux-6.6.21/include/linux/sunrpc/ |
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() 289 static inline int get_time(char **bpp, time64_t *time) in get_time() 307 static inline int get_expiry(char **bpp, time64_t *rvp) in get_expiry()
|
/linux-6.6.21/arch/mips/sibyte/swarm/ |
D | setup.c | 46 extern int xicor_set_time(time64_t); 47 extern time64_t xicor_get_time(void); 50 extern int m41t81_set_time(time64_t); 51 extern time64_t m41t81_get_time(void); 78 time64_t sec; in read_persistent_clock64() 100 time64_t sec = now.tv_sec; in update_persistent_clock64()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | mpic_timer.h | 28 time64_t time); 31 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time); 35 time64_t time) { return NULL; } in mpic_request_timer() 38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { } in mpic_get_remain_time()
|
/linux-6.6.21/include/trace/events/ |
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),
|
/linux-6.6.21/include/linux/ |
D | timekeeping.h | 52 extern time64_t ktime_get_seconds(void); 53 extern time64_t __ktime_get_real_seconds(void); 54 extern time64_t ktime_get_real_seconds(void); 198 static inline time64_t ktime_get_boottime_seconds(void) in ktime_get_boottime_seconds() 213 static inline time64_t ktime_get_clocktai_seconds(void) in ktime_get_clocktai_seconds()
|
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;
|
D | time64.h | 8 typedef __s64 time64_t; typedef 14 time64_t tv_sec; /* seconds */ 66 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
|
/linux-6.6.21/crypto/asymmetric_keys/ |
D | x509_parser.h | 21 time64_t valid_from; 22 time64_t valid_to; 48 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
|
/linux-6.6.21/include/keys/ |
D | rxrpc-type.h | 76 static inline u32 rxrpc_time64_to_u32(time64_t time) in rxrpc_time64_to_u32() 90 static inline time64_t rxrpc_u32_to_time64(u32 time) in rxrpc_u32_to_time64() 92 return (time64_t)time; in rxrpc_u32_to_time64()
|
/linux-6.6.21/net/atm/ |
D | mpoa_caches.h | 20 time64_t time; 21 time64_t reply_wait; 22 time64_t hold_down; 57 time64_t time;
|
/linux-6.6.21/fs/xfs/ |
D | xfs_dquot.h | 46 time64_t timer; 242 time64_t xfs_dquot_set_timeout(struct xfs_mount *mp, time64_t timeout); 243 time64_t xfs_dquot_set_grace_period(time64_t grace);
|
D | xfs_qm.h | 36 time64_t time; /* limit for timers */ 69 time64_t qi_expiry_min; 70 time64_t qi_expiry_max;
|
/linux-6.6.21/drivers/rtc/ |
D | lib_test.c | 40 time64_t total_secs = ((time64_t) 160000) / 400 * 146097 * 86400; in rtc_time64_to_tm_test_date_range() 48 time64_t secs; in rtc_time64_to_tm_test_date_range()
|
D | rtc-mxc.c | 88 static time64_t get_alarm_or_time(struct device *dev, int time_alarm) in get_alarm_or_time() 110 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec; in get_alarm_or_time() 116 static void set_alarm_or_time(struct device *dev, int time_alarm, time64_t time) in set_alarm_or_time() 154 time64_t time; in rtc_update_alarm() 226 time64_t val; in mxc_rtc_read_time() 243 time64_t time = rtc_tm_to_time64(tm); in mxc_rtc_set_time()
|
D | rtc-sc27xx.c | 167 time64_t *secs) in sprd_rtc_get_secs() 219 *secs = (((time64_t)(day * 24) + hour) * 60 + min) * 60 + sec; in sprd_rtc_get_secs() 224 time64_t secs) in sprd_rtc_set_secs() 305 time64_t secs = rtc_tm_to_time64(&alrm->time); in sprd_rtc_set_aux_alarm() 335 time64_t secs; in sprd_rtc_read_time() 354 time64_t secs = rtc_tm_to_time64(tm); in sprd_rtc_set_time() 386 time64_t secs; in sprd_rtc_read_alarm() 417 time64_t secs = rtc_tm_to_time64(&alrm->time); in sprd_rtc_set_alarm()
|
/linux-6.6.21/kernel/time/ |
D | time_test.c | 60 time64_t total_secs = ((time64_t) 80000) / 400 * 146097 * 86400; in time64_to_tm_test_date_range() 67 time64_t secs; in time64_to_tm_test_date_range()
|
/linux-6.6.21/drivers/watchdog/ |
D | xen_wdt.c | 27 static time64_t wdt_expires; 40 static inline time64_t set_timeout(struct watchdog_device *wdd) in set_timeout() 48 time64_t expires; in xen_wdt_start() 81 time64_t expires; in xen_wdt_kick()
|
/linux-6.6.21/net/netfilter/ |
D | xt_time.c | 80 static inline unsigned int localtime_1(struct xtm *r, time64_t time) in localtime_1() 93 static inline void localtime_2(struct xtm *r, time64_t time) in localtime_2() 108 static void localtime_3(struct xtm *r, time64_t time) in localtime_3() 163 time64_t stamp; in time_mt()
|
/linux-6.6.21/fs/nfsd/ |
D | netns.h | 54 time64_t boot_time; 103 time64_t nfsd4_lease; 104 time64_t nfsd4_grace;
|
D | state.h | 117 time64_t cpntf_time; /* last time stateid used */ 148 time64_t dl_time; 349 time64_t cl_time; /* time of last lease renewal */ 417 time64_t cl_ra_time; 500 time64_t oo_time; /* time of placement on so_close_lru */ 661 time64_t nbl_time;
|
/linux-6.6.21/drivers/input/misc/ |
D | hp_sdc_rtc.c | 195 res->tv_sec = (tenms / 100) + (time64_t)days * 86400; in hp_sdc_rtc_read_rt() 212 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_fhs() 229 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_mt() 246 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_dt() 263 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_ct()
|
/linux-6.6.21/security/keys/ |
D | internal.h | 138 time64_t now; 174 extern void keyring_gc(struct key *keyring, time64_t limit); 177 void key_set_expiry(struct key *key, time64_t expiry); 178 extern void key_schedule_gc(time64_t gc_at); 224 static inline bool key_is_dead(const struct key *key, time64_t limit) in key_is_dead() 226 time64_t expiry = key->expiry; in key_is_dead()
|
D | gc.c | 30 static time64_t key_gc_next_run = TIME64_MAX; 51 void key_schedule_gc(time64_t gc_at) in key_schedule_gc() 54 time64_t now = ktime_get_real_seconds(); in key_schedule_gc() 72 void key_set_expiry(struct key *key, time64_t expiry) in key_set_expiry() 199 time64_t new_timer, limit, expiry; in key_garbage_collector()
|
/linux-6.6.21/arch/sh/boards/mach-dreamcast/ |
D | rtc.c | 36 time64_t t; in aica_rtc_gettimeofday() 64 time64_t secs = rtc_tm_to_time64(tm); in aica_rtc_settimeofday()
|
/linux-6.6.21/init/ |
D | initramfs.c | 125 static void __init do_utime(char *filename, time64_t mtime) in do_utime() 131 static void __init do_utime_path(const struct path *path, time64_t mtime) in do_utime_path() 140 time64_t mtime; 144 static void __init dir_add(const char *name, time64_t mtime) in dir_add() 168 static void __init do_utime(char *filename, time64_t mtime) {} in do_utime() 169 static void __init do_utime_path(const struct path *path, time64_t mtime) {} in do_utime_path() 170 static void __init dir_add(const char *name, time64_t mtime) {} in dir_add() 174 static __initdata time64_t mtime;
|