Searched refs:cpu_notify (Results 1 – 4 of 4) sorted by relevance
221 static int cpu_notify(unsigned long val, void *v) in cpu_notify() function230 BUG_ON(cpu_notify(val, v)); in cpu_notify_nofail()330 cpu_notify(CPU_DYING | param->mod, param->hcpu); in take_cpu_down()526 cpu_notify(CPU_ONLINE | mod, hcpu); in _cpu_up()728 cpu_notify(val, (void *)(long)cpu); in notify_cpu_starting()
516 struct notifier_block cpu_notify; member
6338 unregister_cpu_notifier(&conf->cpu_notify); in raid5_free_percpu()6368 struct r5conf *conf = container_of(nfb, struct r5conf, cpu_notify); in raid456_cpu_notify()6402 conf->cpu_notify.notifier_call = raid456_cpu_notify; in raid5_alloc_percpu()6403 conf->cpu_notify.priority = 0; in raid5_alloc_percpu()6404 err = register_cpu_notifier(&conf->cpu_notify); in raid5_alloc_percpu()
483 struct notifier_block cpu_notify; member1357 buffer->cpu_notify.notifier_call = rb_cpu_notify; in __ring_buffer_alloc()1358 buffer->cpu_notify.priority = 0; in __ring_buffer_alloc()1359 __register_cpu_notifier(&buffer->cpu_notify); in __ring_buffer_alloc()1397 __unregister_cpu_notifier(&buffer->cpu_notify); in ring_buffer_free()4646 container_of(self, struct ring_buffer, cpu_notify); in rb_cpu_notify()