Searched refs:cpu_notify (Results 1 – 4 of 4) sorted by relevance
232 static int cpu_notify(unsigned long val, void *v) in cpu_notify() function241 BUG_ON(cpu_notify(val, v)); in cpu_notify_nofail()341 cpu_notify(CPU_DYING | param->mod, param->hcpu); in take_cpu_down()527 cpu_notify(CPU_ONLINE | mod, hcpu); in _cpu_up()724 cpu_notify(val, (void *)(long)cpu); in notify_cpu_starting()
507 struct notifier_block cpu_notify; member
6302 unregister_cpu_notifier(&conf->cpu_notify); in raid5_free_percpu()6329 struct r5conf *conf = container_of(nfb, struct r5conf, cpu_notify); in raid456_cpu_notify()6363 conf->cpu_notify.notifier_call = raid456_cpu_notify; in raid5_alloc_percpu()6364 conf->cpu_notify.priority = 0; in raid5_alloc_percpu()6365 err = register_cpu_notifier(&conf->cpu_notify); in raid5_alloc_percpu()
507 struct notifier_block cpu_notify; member1381 buffer->cpu_notify.notifier_call = rb_cpu_notify; in __ring_buffer_alloc()1382 buffer->cpu_notify.priority = 0; in __ring_buffer_alloc()1383 __register_cpu_notifier(&buffer->cpu_notify); in __ring_buffer_alloc()1421 __unregister_cpu_notifier(&buffer->cpu_notify); in ring_buffer_free()4649 container_of(self, struct ring_buffer, cpu_notify); in rb_cpu_notify()