HomeSort by: relevance | last modified time | path
    Searched refs:aging_timestamp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h 310 * @aging_timestamp: A monotonic timestamp for when the current aging tail pointer
313 u64 aging_timestamp; member in struct:i915_perf_stream::__anon100900230108
i915_perf.c 482 * also has the side effect of updating the oa_buffer.tails[], .aging_timestamp
533 ((now - stream->oa_buffer.aging_timestamp) >
568 stream->oa_buffer.aging_timestamp = now;

Completed in 15 milliseconds