Lines Matching refs:time64_t
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
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 *time) in get_time()
303 static inline time64_t get_expiry(char **bpp) in get_expiry()
305 time64_t rv; in get_expiry()