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

/linux-master/drivers/nvdimm/
H A Dnd_perf.c184 struct attribute **attrs_group; local
191 attrs_group = kzalloc(2 * sizeof(struct attribute *), GFP_KERNEL);
192 if (!attrs_group) {
201 kfree(attrs_group);
209 attrs_group[0] = &pmu_events_attr->attr.attr;
210 attrs_group[1] = NULL;
212 nvdimm_pmu_cpumask_group->attrs = attrs_group;

Completed in 161 milliseconds