Searched refs:attr_iter (Results 1 – 1 of 1) sorted by relevance
924 struct attribute **attr = NULL, **attr_iter; in create_event_attributes() local958 attr_iter = attr; in create_event_attributes()971 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()979 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()998 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()1010 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()1021 for (attr_iter = attr; *attr_iter; attr_iter++) in create_event_attributes()1022 kfree((*attr_iter)->name); in create_event_attributes()1034 struct attribute **attr_iter = i915_pmu_events_attr_group.attrs; in free_event_attributes() local1036 for (; *attr_iter; attr_iter++) in free_event_attributes()[all …]