Lines Matching refs:time_t
50 time_t expiry_time; /* After time time, don't use the data */
51 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was
110 time_t flush_time; /* flush all cache items with
117 time_t nextcheck;
124 time_t last_close; /* if no readers, when did last close */
125 time_t last_warn; /* when we last warned about no readers */
163 static inline time_t seconds_since_boot(void) in seconds_since_boot()
170 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
278 static inline int get_time(char **bpp, time_t *time) in get_time()
292 *time = (time_t)ll; in get_time()
296 static inline time_t get_expiry(char **bpp) in get_expiry()
298 time_t rv; in get_expiry()