/Linux-v5.10/include/linux/sunrpc/ |
D | cache.h | 48 time64_t expiry_time; /* After time expiry_time, don't use 50 time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was 99 time64_t flush_time; /* flush all cache items with 106 time64_t nextcheck; 113 time64_t last_close; /* if no writers, when did last close */ 114 time64_t last_warn; /* when we last warned about no writers */ 156 static inline time64_t seconds_since_boot(void) in seconds_since_boot() 163 static inline time64_t convert_to_wallclock(time64_t sinceboot) in convert_to_wallclock() 284 static inline int get_time(char **bpp, time64_t *time) in get_time() 302 static inline time64_t get_expiry(char **bpp) in get_expiry() [all …]
|
/Linux-v5.10/arch/mips/sibyte/swarm/ |
D | setup.c | 47 extern int xicor_set_time(time64_t); 48 extern time64_t xicor_get_time(void); 51 extern int m41t81_set_time(time64_t); 52 extern time64_t m41t81_get_time(void); 79 time64_t sec; in read_persistent_clock64() 101 time64_t sec = now.tv_sec; in update_persistent_clock64()
|
/Linux-v5.10/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-v5.10/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-v5.10/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); 197 static inline time64_t ktime_get_boottime_seconds(void) in ktime_get_boottime_seconds() 212 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() 127 time64_t range_min; 129 time64_t start_secs; 130 time64_t offset_secs;
|
D | time64.h | 8 typedef __s64 time64_t; typedef 14 time64_t tv_sec; /* seconds */ 61 extern void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec);
|
D | time.h | 20 extern time64_t mktime64(const unsigned int year, const unsigned int mon, 71 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
/Linux-v5.10/crypto/asymmetric_keys/ |
D | x509_parser.h | 21 time64_t valid_from; 22 time64_t valid_to; 49 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
|
/Linux-v5.10/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-v5.10/fs/xfs/ |
D | xfs_dquot.h | 46 time64_t timer; 240 time64_t xfs_dquot_set_timeout(struct xfs_mount *mp, time64_t timeout); 241 time64_t xfs_dquot_set_grace_period(time64_t grace);
|
D | xfs_qm.h | 36 time64_t time; /* limit for timers */ 70 time64_t qi_expiry_min; 71 time64_t qi_expiry_max;
|
/Linux-v5.10/include/keys/ |
D | rxrpc-type.h | 130 static inline u32 rxrpc_time64_to_u32(time64_t time) in rxrpc_time64_to_u32() 144 static inline time64_t rxrpc_u32_to_time64(u32 time) in rxrpc_u32_to_time64() 146 return (time64_t)time; in rxrpc_u32_to_time64()
|
/Linux-v5.10/fs/nfsd/ |
D | netns.h | 43 time64_t boot_time; 95 time64_t nfsd4_lease; 96 time64_t nfsd4_grace;
|
/Linux-v5.10/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-v5.10/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-v5.10/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-v5.10/drivers/rtc/ |
D | rtc-vr41xx.c | 82 static inline time64_t read_elapsed_second(void) in read_elapsed_second() 102 static inline void write_elapsed_second(time64_t sec) in write_elapsed_second() 115 time64_t epoch_sec, elapsed_sec; in vr41xx_rtc_read_time() 127 time64_t epoch_sec, current_sec; in vr41xx_rtc_set_time() 158 time64_t alarm_sec; in vr41xx_rtc_set_alarm()
|
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; in sprd_rtc_read_aux_alarm() 332 time64_t secs = rtc_tm_to_time64(&alrm->time); in sprd_rtc_set_aux_alarm() 362 time64_t secs; in sprd_rtc_read_time() 381 time64_t secs = rtc_tm_to_time64(tm); in sprd_rtc_set_time() 413 time64_t secs; in sprd_rtc_read_alarm() 451 time64_t secs = rtc_tm_to_time64(&alrm->time); in sprd_rtc_set_alarm()
|
D | rtc-mxc.c | 104 static time64_t get_alarm_or_time(struct device *dev, int time_alarm) in get_alarm_or_time() 126 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec; in get_alarm_or_time() 132 static void set_alarm_or_time(struct device *dev, int time_alarm, time64_t time) in set_alarm_or_time() 170 time64_t time; in rtc_update_alarm() 243 time64_t val; in mxc_rtc_read_time() 260 time64_t time = rtc_tm_to_time64(tm); in mxc_rtc_set_time()
|
D | rtc-ab3100.c | 78 time64_t time; in ab3100_rtc_read_time() 114 time64_t time; in ab3100_rtc_read_alarm() 149 time64_t secs; in ab3100_rtc_set_alarm()
|
D | rtc-tps6586x.c | 73 time64_t seconds; in tps6586x_rtc_read_time() 99 time64_t seconds; in tps6586x_rtc_set_time() 152 time64_t seconds; in tps6586x_rtc_set_alarm() 201 time64_t seconds; in tps6586x_rtc_read_alarm()
|
/Linux-v5.10/security/keys/ |
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() 187 time64_t new_timer, limit; in key_garbage_collector() 279 if (gc_state & KEY_GC_SET_TIMER && new_timer != (time64_t)TIME64_MAX) { in key_garbage_collector()
|
/Linux-v5.10/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-v5.10/arch/m68k/mac/ |
D | misc.c | 242 static time64_t via_read_time(void) in via_read_time() 271 return (time64_t)result.idata - RTC_OFFSET; in via_read_time() 299 time64_t time; in via_set_rtc_time() 546 static void unmktime(time64_t time, long offset, in unmktime() 612 time64_t now; in mac_hwclk()
|