Searched refs:old_time (Results 1 – 2 of 2) sorted by relevance
72 struct timeval old_time; in has_entry_expired() local145 bcopy(ttl.dptr, &old_time, sizeof (struct timeval)); in has_entry_expired()147 return (is_greater_timeval(&now, &old_time)); in has_entry_expired()
568 time_t old_time; in check_old_map_date() local590 bcopy(value.dptr, &old_time, sizeof (time_t)); in check_old_map_date()594 if (stats.st_mtime <= old_time) { in check_old_map_date()