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

/linux-master/drivers/nvdimm/
H A Dnd_perf.c10 #define pr_fmt(fmt) "nvdimm_pmu: " fmt
122 struct nvdimm_pmu *nd_pmu;
124 nd_pmu = container_of(pmu, struct nvdimm_pmu, pmu);
131 struct nvdimm_pmu *nd_pmu;
136 nd_pmu = hlist_entry_safe(node, struct nvdimm_pmu, node);
171 struct nvdimm_pmu *nd_pmu;
173 nd_pmu = hlist_entry_safe(node, struct nvdimm_pmu, node);
181 static int create_cpumask_attr_group(struct nvdimm_pmu *nd_pmu)
217 static int nvdimm_pmu_cpu_hotplug_init(struct nvdimm_pmu *nd_pmu)
263 static void nvdimm_pmu_free_hotplug_memory(struct nvdimm_pmu *nd_pm
[all...]
/linux-master/include/linux/
H A Dnd.h41 * struct nvdimm_pmu - data structure for nvdimm perf driver
49 struct nvdimm_pmu { struct
66 int register_nvdimm_pmu(struct nvdimm_pmu *nvdimm, struct platform_device *pdev);
67 void unregister_nvdimm_pmu(struct nvdimm_pmu *nd_pmu);
70 static inline int register_nvdimm_pmu(struct nvdimm_pmu *nvdimm, struct platform_device *pdev)
75 static inline void unregister_nvdimm_pmu(struct nvdimm_pmu *nd_pmu) { }
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c348 #define to_nvdimm_pmu(_pmu) container_of(_pmu, struct nvdimm_pmu, pmu)
410 struct nvdimm_pmu *nd_pmu = to_nvdimm_pmu(event->pmu);
443 struct nvdimm_pmu *nd_pmu = to_nvdimm_pmu(event->pmu);
463 struct nvdimm_pmu *nd_pmu = to_nvdimm_pmu(event->pmu);
483 struct nvdimm_pmu *nd_pmu;
516 * Set archdata.priv value to nvdimm_pmu structure, to handle the

Completed in 128 milliseconds