Searched refs:cpu_notify (Results 1 – 2 of 2) sorted by relevance
439 struct notifier_block cpu_notify; member
5029 unregister_cpu_notifier(&conf->cpu_notify); in raid5_free_percpu()5049 struct r5conf *conf = container_of(nfb, struct r5conf, cpu_notify); in raid456_cpu_notify()5116 conf->cpu_notify.notifier_call = raid456_cpu_notify; in raid5_alloc_percpu()5117 conf->cpu_notify.priority = 0; in raid5_alloc_percpu()5119 err = register_cpu_notifier(&conf->cpu_notify); in raid5_alloc_percpu()