Home
last modified time | relevance | path

Searched refs:time64_t (Results 1 - 25 of 494) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/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
100 time64_t flush_time; /* flush all cache items with
107 time64_t nextcheck;
114 time64_t last_close; /* if no writers, when did last close */
115 time64_t last_warn; /* when we last warned about no writers */
157 static inline time64_t seconds_since_boot(void) in seconds_since_boot()
164 static inline time64_t convert_to_wallclock(time64_t sinceboot) in convert_to_wallclock()
285 static inline int get_time(char **bpp, time64_t *tim
[all...]
/kernel/linux/linux-6.6/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 *tim
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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),
/kernel/linux/linux-6.6/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),
/kernel/linux/linux-5.10/include/linux/
H A Dtimekeeping.h50 * time64_t base interfaces
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);
183 * timespec64/time64_t interfaces utilizing the ktime based ones
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()
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()
127 time64_t range_min;
129 time64_t start_secs;
130 time64_t offset_secs;
/kernel/linux/linux-6.6/include/linux/
H A Dtimekeeping.h50 * time64_t base interfaces
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);
184 * timespec64/time64_t interfaces utilizing the ktime based ones
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;
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dx509_parser.h21 time64_t valid_from;
22 time64_t valid_to;
49 extern int x509_decode_time(time64_t *_t, size_t hdrlen,
/kernel/linux/linux-6.6/include/keys/
H A Drxrpc-type.h73 * Truncate a time64_t to the range from 1970 to 2106 as in the network
76 static inline u32 rxrpc_time64_to_u32(time64_t time) in rxrpc_time64_to_u32()
88 * Extend u32 back to time64_t using the same 1970-2106 range.
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()
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dquot.h46 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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/atm/
H A Dmpoa_caches.h20 time64_t time;
21 time64_t reply_wait;
22 time64_t hold_down;
57 time64_t time;
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.h20 time64_t time;
21 time64_t reply_wait;
22 time64_t hold_down;
57 time64_t time;
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnetns.h43 time64_t boot_time;
92 time64_t nfsd4_lease;
93 time64_t nfsd4_grace;
/kernel/linux/linux-5.10/include/keys/
H A Drxrpc-type.h127 * Truncate a time64_t to the range from 1970 to 2106 as in the network
130 static inline u32 rxrpc_time64_to_u32(time64_t time) in rxrpc_time64_to_u32()
142 * Extend u32 back to time64_t using the same 1970-2106 range.
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()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnetns.h54 time64_t boot_time;
103 time64_t nfsd4_lease;
104 time64_t nfsd4_grace;
/kernel/linux/linux-5.10/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()

Completed in 9 milliseconds

12345678910>>...20