HomeSort by: relevance | last modified time | path
    Searched defs:attr_iter (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.c 924 struct attribute **attr = NULL, **attr_iter;
958 attr_iter = attr;
971 *attr_iter++ = &i915_iter->attr.attr;
979 *attr_iter++ = &pmu_iter->attr.attr;
998 *attr_iter++ = &i915_iter->attr.attr;
1010 *attr_iter++ = &pmu_iter->attr.attr;
1021 for (attr_iter = attr; *attr_iter; attr_iter++)
1022 kfree((*attr_iter)->name)
1034 struct attribute **attr_iter = i915_pmu_events_attr_group.attrs; local in function:free_event_attributes
    [all...]
i915_pmu.c 924 struct attribute **attr = NULL, **attr_iter;
958 attr_iter = attr;
971 *attr_iter++ = &i915_iter->attr.attr;
979 *attr_iter++ = &pmu_iter->attr.attr;
998 *attr_iter++ = &i915_iter->attr.attr;
1010 *attr_iter++ = &pmu_iter->attr.attr;
1021 for (attr_iter = attr; *attr_iter; attr_iter++)
1022 kfree((*attr_iter)->name)
1034 struct attribute **attr_iter = i915_pmu_events_attr_group.attrs; local in function:free_event_attributes
    [all...]

Completed in 24 milliseconds