Searched refs:hotplug_nb (Results 1 – 2 of 2) sorted by relevance
182 struct arm_pmu *pmu = container_of(b, struct arm_pmu, hotplug_nb); in cpu_pmu_notify()205 cpu_pmu->hotplug_nb.notifier_call = cpu_pmu_notify; in cpu_pmu_init()206 err = register_cpu_notifier(&cpu_pmu->hotplug_nb); in cpu_pmu_init()237 unregister_cpu_notifier(&cpu_pmu->hotplug_nb); in cpu_pmu_destroy()
120 struct notifier_block hotplug_nb; member