Searched refs:attr_iter (Results 1 – 1 of 1) sorted by relevance
862 struct attribute **attr = NULL, **attr_iter; in create_event_attributes() local896 attr_iter = attr; in create_event_attributes()909 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()917 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()936 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()948 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()959 for (attr_iter = attr; *attr_iter; attr_iter++) in create_event_attributes()960 kfree((*attr_iter)->name); in create_event_attributes()972 struct attribute **attr_iter = i915_pmu_events_attr_group.attrs; in free_event_attributes() local974 for (; *attr_iter; attr_iter++) in free_event_attributes()[all …]