Home
last modified time | relevance | path

Searched refs:cpu_notify (Results 1 – 2 of 2) sorted by relevance

/drivers/md/
Draid5.h439 struct notifier_block cpu_notify; member
Draid5.c5029 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()