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
108 time_t flush_time; /* flush all cache items with last_refresh
111 time_t nextcheck;
118 time_t last_close; /* if no readers, when did last close */
119 time_t last_warn; /* when we last warned about no readers */
157 static inline time_t seconds_since_boot(void) in seconds_since_boot()
164 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
267 static inline int get_time(char **bpp, time_t *time) in get_time()
281 *time = (time_t)ll; in get_time()
285 static inline time_t get_expiry(char **bpp) in get_expiry()
287 time_t rv; in get_expiry()