Lines Matching refs:time
88 #include <time.h>
156 the time of last cleaning. */
166 the maximum time since last access that a file will remain in the cache. */
306 if (time(NULL) - st.st_mtime < clean_interval)
335 time_t now = time(NULL);
897 /* PR 27982: Add max time if DEBUGINFOD_MAXTIME is set. */
904 dprintf(vfd, "using max time %lds\n", maxtime);
1093 /* The file is empty. Attempt to download only if enough time
1106 if (time(NULL) - target_mtime <= cache_miss)
1403 dprintf(vfd, "Timeout with max time=%lds and transfer time=%lds\n", maxtime, delta );
1704 mtime = time(NULL); /* fall back to current time */