Searched refs:cpu_nfb (Results 1 – 2 of 2) sorted by relevance
372 struct ssv_softc *sc = container_of(nfb, struct ssv_softc, cpu_nfb); in ssv6xxx_cpu_callback()628 sc->cpu_nfb.notifier_call = ssv6xxx_cpu_callback; in ssv6xxx_init_softc()630 register_cpu_notifier(&sc->cpu_nfb); in ssv6xxx_init_softc()722 unregister_cpu_notifier(&sc->cpu_nfb); in ssv6xxx_deinit_softc()
432 struct notifier_block cpu_nfb; member