Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcpu.c221 static int cpu_notify(unsigned long val, void *v) in cpu_notify() function
230 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()
/linux-4.4.14/drivers/md/
Draid5.h516 struct notifier_block cpu_notify; member
Draid5.c6338 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()
/linux-4.4.14/kernel/trace/
Dring_buffer.c483 struct notifier_block cpu_notify; member
1357 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()