Lines Matching refs:time_t
48 time_t expiry_time; /* After time time, don't use the data */
49 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was
98 time_t flush_time; /* flush all cache items with
105 time_t nextcheck;
112 time_t last_close; /* if no writers, when did last close */
113 time_t last_warn; /* when we last warned about no writers */
151 static inline time_t seconds_since_boot(void) in seconds_since_boot()
158 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
276 static inline int get_time(char **bpp, time_t *time) in get_time()
290 *time = (time_t)ll; in get_time()
294 static inline time_t get_expiry(char **bpp) in get_expiry()
296 time_t rv; in get_expiry()