nvdimm_pmu
#define to_nvdimm_pmu(_pmu) container_of(_pmu, struct nvdimm_pmu, pmu)
struct nvdimm_pmu *nd_pmu = to_nvdimm_pmu(event->pmu);
struct nvdimm_pmu *nd_pmu = to_nvdimm_pmu(event->pmu);
struct nvdimm_pmu *nd_pmu = to_nvdimm_pmu(event->pmu);
struct nvdimm_pmu *nd_pmu;
struct nvdimm_pmu *nd_pmu;
nd_pmu = container_of(pmu, struct nvdimm_pmu, pmu);
struct nvdimm_pmu *nd_pmu;
nd_pmu = hlist_entry_safe(node, struct nvdimm_pmu, node);
struct nvdimm_pmu *nd_pmu;
nd_pmu = hlist_entry_safe(node, struct nvdimm_pmu, node);
static int create_cpumask_attr_group(struct nvdimm_pmu *nd_pmu)
static int nvdimm_pmu_cpu_hotplug_init(struct nvdimm_pmu *nd_pmu)
static void nvdimm_pmu_free_hotplug_memory(struct nvdimm_pmu *nd_pmu)
int register_nvdimm_pmu(struct nvdimm_pmu *nd_pmu, struct platform_device *pdev)
void unregister_nvdimm_pmu(struct nvdimm_pmu *nd_pmu)
int register_nvdimm_pmu(struct nvdimm_pmu *nvdimm, struct platform_device *pdev);
void unregister_nvdimm_pmu(struct nvdimm_pmu *nd_pmu);
static inline int register_nvdimm_pmu(struct nvdimm_pmu *nvdimm, struct platform_device *pdev)
static inline void unregister_nvdimm_pmu(struct nvdimm_pmu *nd_pmu) { }