Home
last modified time | relevance | path

Searched refs:i915_attr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pmu.c883 struct i915_ext_attribute *i915_attr = NULL, *i915_iter; in create_event_attributes() local
903 i915_attr = kcalloc(count, sizeof(*i915_attr), GFP_KERNEL); in create_event_attributes()
904 if (!i915_attr) in create_event_attributes()
916 i915_iter = i915_attr; in create_event_attributes()
975 pmu->i915_attr = i915_attr; in create_event_attributes()
986 kfree(i915_attr); in create_event_attributes()
1000 kfree(pmu->i915_attr); in free_event_attributes()
1004 pmu->i915_attr in free_event_attributes()
[all...]
H A Di915_pmu.h115 * @i915_attr: Memory block holding device attributes.
117 void *i915_attr; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_pmu.c1009 struct i915_ext_attribute *i915_attr = NULL, *i915_iter; in create_event_attributes() local
1034 i915_attr = kcalloc(count, sizeof(*i915_attr), GFP_KERNEL); in create_event_attributes()
1035 if (!i915_attr) in create_event_attributes()
1047 i915_iter = i915_attr; in create_event_attributes()
1119 pmu->i915_attr = i915_attr; in create_event_attributes()
1130 kfree(i915_attr); in create_event_attributes()
1144 kfree(pmu->i915_attr); in free_event_attributes()
1148 pmu->i915_attr in free_event_attributes()
[all...]
H A Di915_pmu.h148 * @i915_attr: Memory block holding device attributes.
150 void *i915_attr; member

Completed in 5 milliseconds