Searched refs:cpu_notify (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dcpu.c152 static int cpu_notify(unsigned long val, void *v) function
161 BUG_ON(cpu_notify(val, v));
209 cpu_notify(CPU_DYING | param->mod, param->hcpu);
321 cpu_notify(CPU_ONLINE | mod, hcpu);
489 cpu_notify(val, (void *)(long)cpu);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dcpu.c152 static int cpu_notify(unsigned long val, void *v) function
161 BUG_ON(cpu_notify(val, v));
209 cpu_notify(CPU_DYING | param->mod, param->hcpu);
321 cpu_notify(CPU_ONLINE | mod, hcpu);
489 cpu_notify(val, (void *)(long)cpu);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Draid5.h417 struct notifier_block cpu_notify; member in struct:raid5_private_data
H A Draid5.c4728 unregister_cpu_notifier(&conf->cpu_notify);
4748 raid5_conf_t *conf = container_of(nfb, raid5_conf_t, cpu_notify);
4815 conf->cpu_notify.notifier_call = raid456_cpu_notify;
4816 conf->cpu_notify.priority = 0;
4818 err = register_cpu_notifier(&conf->cpu_notify);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Draid5.h417 struct notifier_block cpu_notify; member in struct:raid5_private_data
H A Draid5.c4728 unregister_cpu_notifier(&conf->cpu_notify);
4748 raid5_conf_t *conf = container_of(nfb, raid5_conf_t, cpu_notify);
4815 conf->cpu_notify.notifier_call = raid456_cpu_notify;
4816 conf->cpu_notify.priority = 0;
4818 err = register_cpu_notifier(&conf->cpu_notify);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c482 struct notifier_block cpu_notify; member in struct:ring_buffer
1153 buffer->cpu_notify.notifier_call = rb_cpu_notify;
1154 buffer->cpu_notify.priority = 0;
1155 register_cpu_notifier(&buffer->cpu_notify);
1192 unregister_cpu_notifier(&buffer->cpu_notify);
3987 container_of(self, struct ring_buffer, cpu_notify);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dring_buffer.c482 struct notifier_block cpu_notify; member in struct:ring_buffer
1153 buffer->cpu_notify.notifier_call = rb_cpu_notify;
1154 buffer->cpu_notify.priority = 0;
1155 register_cpu_notifier(&buffer->cpu_notify);
1192 unregister_cpu_notifier(&buffer->cpu_notify);
3987 container_of(self, struct ring_buffer, cpu_notify);

Completed in 272 milliseconds