HomeSort by: relevance | last modified time | path
    Searched defs:active_count (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h 32 * pin_count and active_count track essentially the same thing:
43 * Note that the active_count is protected by the intel_timeline.mutex,
48 atomic_t active_count; member in struct:intel_timeline
intel_context_types.h 73 unsigned int active_count; /* protected by timeline->mutex */ member in struct:intel_context
intel_gt_requests.c 137 unsigned long active_count = 0; local in function:intel_gt_retire_requests_timeout
149 active_count++; /* report busy to caller, try again? */
154 GEM_BUG_ON(!atomic_read(&tl->active_count));
155 atomic_inc(&tl->active_count); /* pin the list element */
171 active_count++;
177 if (atomic_dec_and_test(&tl->active_count))
184 GEM_BUG_ON(atomic_read(&tl->active_count));
193 return active_count ? timeout : 0;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context_types.h 149 * @active_count: How many times this context was active during a GPU
152 atomic_t active_count; member in struct:i915_gem_context

Completed in 12 milliseconds