Home
last modified time | relevance | path

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

123456789

/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()
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c47 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/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()
/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),
/linux/fs/afs/
H A Dvalidation.c123 time64_t deadline = ktime_get_real_seconds() + 10; in afs_check_validity()
191 time64_t cur = volume->creation_time; in afs_update_volume_creation_time()
192 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time()
193 time64_t new = op->volsync.creation; in afs_update_volume_creation_time()
258 time64_t cur = volume->update_time; in afs_update_volume_update_time()
259 time64_t old = op->pre_volsync.update; in afs_update_volume_update_time()
260 time64_t new = op->volsync.update; in afs_update_volume_update_time()
341 time64_t expires_at = cb->expires_at; in afs_update_volume_state()
386 time64_t deadline = ktime_get_real_seconds() + 10; in afs_validate()
H A Dafs.h70 time64_t expires_at; /* Time at which expires */
168 time64_t creation; /* Volume creation time (or TIME64_MIN) */
169 time64_t update; /* Volume update time (or TIME64_MIN) */
/linux/include/linux/
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 Dtimekeeping.h53 extern time64_t ktime_get_seconds(void);
54 extern time64_t __ktime_get_real_seconds(void);
55 extern time64_t ktime_get_real_seconds(void);
233 static inline time64_t ktime_get_boottime_seconds(void) in ktime_get_boottime_seconds()
248 static inline time64_t ktime_get_clocktai_seconds(void) in ktime_get_clocktai_seconds()
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);
/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;
/linux/crypto/asymmetric_keys/
H A Dx509_parser.h22 time64_t valid_from;
23 time64_t valid_to;
51 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
/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()
/linux/drivers/rtc/
H A Dlib_test.c40 time64_t total_secs = ((time64_t)years) / 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()
/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()
/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()
/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()
/linux/security/keys/
H A Dinternal.h131 time64_t now;
167 extern void keyring_gc(struct key *keyring, time64_t limit);
170 void key_set_expiry(struct key *key, time64_t expiry);
171 extern void key_schedule_gc(time64_t gc_at);
217 static inline bool key_is_dead(const struct key *key, time64_t limit) in key_is_dead()
219 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()
191 time64_t new_timer, limit, expiry; in key_garbage_collector()
/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()
/linux/init/
H A Dinitramfs.c127 static void __init do_utime(char *filename, time64_t mtime) in do_utime()
133 static void __init do_utime_path(const struct path *path, time64_t mtime) in do_utime_path()
142 time64_t mtime;
146 static void __init dir_add(const char *name, time64_t mtime) in dir_add()
170 static void __init do_utime(char *filename, time64_t mtime) {} in do_utime()
171 static void __init do_utime_path(const struct path *path, time64_t mtime) {} in do_utime_path()
172 static void __init dir_add(const char *name, time64_t mtime) {} in dir_add()
176 static __initdata time64_t mtime;
/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()
/linux/fs/nfsd/
H A Dstate.h135 time64_t cpntf_time; /* last time stateid used */
184 time64_t dl_time;
387 time64_t cl_time; /* time of last lease renewal */
458 time64_t cl_ra_time;
541 time64_t oo_time; /* time of placement on so_close_lru */
703 time64_t nbl_time;

123456789