Home
last modified time | relevance | path

Searched refs:time64_t (Results 1 – 25 of 257) sorted by relevance

1234567891011

/openbmc/linux/include/linux/sunrpc/
H A Dcache.h49 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()
/openbmc/linux/arch/mips/sibyte/swarm/
H A Dsetup.c46 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmpic_timer.h28 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()
/openbmc/linux/include/trace/events/
H A Drtc.h12 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),
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_parser.h21 time64_t valid_from;
22 time64_t valid_to;
48 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
/openbmc/linux/include/keys/
H A Drxrpc-type.h76 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()
/openbmc/linux/include/linux/
H A Dtimekeeping.h52 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()
H A Drtc.h24 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;
H A Dtime64.h8 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);
H A Dtime.h20 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);
/openbmc/linux/net/atm/
H A Dmpoa_caches.h20 time64_t time;
21 time64_t reply_wait;
22 time64_t hold_down;
57 time64_t time;
/openbmc/linux/drivers/rtc/
H A Dlib_test.c40 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()
H A Drtc-mxc.c88 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()
H A Drtc-sc27xx.c167 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()
/openbmc/linux/fs/xfs/
H A Dxfs_dquot.h46 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);
H A Dxfs_qm.h36 time64_t time; /* limit for timers */
69 time64_t qi_expiry_min;
70 time64_t qi_expiry_max;
/openbmc/linux/kernel/time/
H A Dtime_test.c60 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()
/openbmc/linux/drivers/watchdog/
H A Dxen_wdt.c27 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()
/openbmc/linux/fs/nfsd/
H A Dnetns.h54 time64_t boot_time;
103 time64_t nfsd4_lease;
104 time64_t nfsd4_grace;
H A Dstate.h117 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;
/openbmc/linux/net/netfilter/
H A Dxt_time.c80 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()
/openbmc/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c195 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()
/openbmc/linux/security/keys/
H A Dinternal.h138 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()
H A Dgc.c30 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()
/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c36 time64_t t; in aica_rtc_gettimeofday()
64 time64_t secs = rtc_tm_to_time64(tm); in aica_rtc_settimeofday()

1234567891011