OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.h
85
* @
enable_count
: Reference counts for the enabled events.
91
unsigned int
enable_count
[I915_PMU_MASK_BITS];
member in struct:i915_pmu
i915_pmu.c
655
BUILD_BUG_ON(ARRAY_SIZE(pmu->
enable_count
) != I915_PMU_MASK_BITS);
656
GEM_BUG_ON(bit >= ARRAY_SIZE(pmu->
enable_count
));
657
GEM_BUG_ON(pmu->
enable_count
[bit] == ~0);
659
if (pmu->
enable_count
[bit] == 0 &&
667
pmu->
enable_count
[bit]++;
686
BUILD_BUG_ON(ARRAY_SIZE(engine->pmu.
enable_count
) !=
690
GEM_BUG_ON(sample >= ARRAY_SIZE(engine->pmu.
enable_count
));
692
GEM_BUG_ON(engine->pmu.
enable_count
[sample] == ~0);
695
engine->pmu.
enable_count
[sample]++;
728
GEM_BUG_ON(sample >= ARRAY_SIZE(engine->pmu.
enable_count
));
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h
382
* @
enable_count
: Reference count for the enabled samplers.
386
unsigned int
enable_count
[I915_ENGINE_SAMPLE_COUNT];
member in struct:intel_engine_cs::intel_engine_pmu
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025