Lines Matching refs:time64_t
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()
304 time64_t rv; in get_expiry()