Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dcpu.c232 static int cpu_notify(unsigned long val, void *v) in cpu_notify() function
241 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()
/linux-4.1.27/drivers/md/
Draid5.h507 struct notifier_block cpu_notify; member
Draid5.c6302 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()
/linux-4.1.27/kernel/trace/
Dring_buffer.c507 struct notifier_block cpu_notify; member
1381 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()