Searched refs:attr_iter (Results 1 – 1 of 1) sorted by relevance
846 struct attribute **attr = NULL, **attr_iter; in create_event_attributes() local881 attr_iter = attr; in create_event_attributes()894 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()902 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()921 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()933 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()944 for (attr_iter = attr; *attr_iter; attr_iter++) in create_event_attributes()945 kfree((*attr_iter)->name); in create_event_attributes()957 struct attribute **attr_iter = i915_pmu_events_attr_group.attrs; in free_event_attributes() local959 for (; *attr_iter; attr_iter++) in free_event_attributes()[all …]