Home
last modified time | relevance | path

Searched refs:attr_iter (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pmu.c884 struct attribute **attr = NULL, **attr_iter; in create_event_attributes() local
918 attr_iter = attr; in create_event_attributes()
931 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()
939 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()
958 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()
970 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()
981 for (attr_iter = attr; *attr_iter; attr_iter++) in create_event_attributes()
982 kfree((*attr_iter) in create_event_attributes()
994 struct attribute **attr_iter = pmu->events_attr_group.attrs; free_event_attributes() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_pmu.c1010 struct attribute **attr = NULL, **attr_iter; in create_event_attributes() local
1049 attr_iter = attr; in create_event_attributes()
1068 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()
1081 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()
1102 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()
1114 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()
1125 for (attr_iter = attr; *attr_iter; attr_iter++) in create_event_attributes()
1126 kfree((*attr_iter) in create_event_attributes()
1138 struct attribute **attr_iter = pmu->events_attr_group.attrs; free_event_attributes() local
[all...]

Completed in 5 milliseconds