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
99 time_t flush_time; /* flush all cache items with
106 time_t nextcheck;
113 time_t last_close; /* if no readers, when did last close */
114 time_t last_warn; /* when we last warned about no readers */
152 static inline time_t seconds_since_boot(void) in seconds_since_boot()
159 static inline time_t convert_to_wallclock(time_t sinceboot) in convert_to_wallclock()
271 static inline int get_time(char **bpp, time_t *time) in get_time()
285 *time = (time_t)ll; in get_time()
289 static inline time_t get_expiry(char **bpp) in get_expiry()
291 time_t rv; in get_expiry()