Lines Matching defs:time
40 /* Discarded to use a V3D_DEBUG for this, as it would mean adding a run-time
63 fprintf(stderr, " oldest cache time: %ld\n",
65 fprintf(stderr, " newest cache time: %ld\n",
68 struct timespec time;
69 clock_gettime(CLOCK_MONOTONIC, &time);
71 (long long)time.tv_sec);
387 /* FIXME: perhaps set a initial size for the size-list, to avoid run-time
422 time_t time)
430 if (time - bo->free_time > 2) {
463 struct timespec time;
469 clock_gettime(CLOCK_MONOTONIC, &time);
471 free_stale_bos(device, time.tv_sec);
480 clock_gettime(CLOCK_MONOTONIC, &time);
496 bo->free_time = time.tv_sec;
510 free_stale_bos(device, time.tv_sec);