Searched refs:hotplug_nb (Results 1 – 2 of 2) sorted by relevance
705 struct arm_pmu *pmu = container_of(b, struct arm_pmu, hotplug_nb); in cpu_pmu_notify()731 cpu_pmu->hotplug_nb.notifier_call = cpu_pmu_notify; in cpu_pmu_init()732 err = register_cpu_notifier(&cpu_pmu->hotplug_nb); in cpu_pmu_init()764 unregister_cpu_notifier(&cpu_pmu->hotplug_nb); in cpu_pmu_destroy()
109 struct notifier_block hotplug_nb; member