| /xen/xen/common/ |
| A D | notifier.c | 22 struct notifier_head *nh, struct notifier_block *n) in notifier_chain_register() 25 struct notifier_block *nb; in notifier_chain_register() 29 nb = list_entry(chain->next, struct notifier_block, chain); in notifier_chain_register() 47 struct notifier_head *nh, struct notifier_block *n) in notifier_chain_unregister() 70 struct notifier_block **pcursor) in notifier_call_chain() 74 struct notifier_block *nb = NULL; in notifier_call_chain() 83 nb = list_entry(cursor, struct notifier_block, chain); in notifier_call_chain()
|
| A D | cpu.c | 68 void __init register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier() 76 struct notifier_block **nb, bool nofail) in cpu_notifier_call_chain() 102 struct notifier_block *nb = NULL; in cpu_down() 143 struct notifier_block *nb = NULL; in cpu_up()
|
| A D | stop_machine.c | 186 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 197 static struct notifier_block cpu_nfb = {
|
| A D | debugtrace.c | 266 static int debugtrace_cpu_callback(struct notifier_block *nfb, in debugtrace_cpu_callback() 278 static struct notifier_block debugtrace_nfb = {
|
| A D | tasklet.c | 218 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 240 static struct notifier_block cpu_nfb = {
|
| A D | rcupdate.c | 645 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 666 static struct notifier_block cpu_nfb = {
|
| A D | trace.c | 83 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 93 static struct notifier_block cpu_nfb = {
|
| A D | timer.c | 641 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 679 static struct notifier_block cpu_nfb = {
|
| /xen/xen/include/xen/ |
| A D | notifier.h | 25 struct notifier_block { struct 26 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument 40 struct notifier_head *nh, struct notifier_block *nb); argument 42 struct notifier_head *nh, struct notifier_block *nb); 46 struct notifier_block **pcursor);
|
| A D | cpu.h | 17 void register_cpu_notifier(struct notifier_block *nb);
|
| /xen/xen/arch/arm/ |
| A D | guest_atomics.c | 60 static int cpu_guest_safe_atomic_callback(struct notifier_block *nfb, in cpu_guest_safe_atomic_callback() 70 static struct notifier_block cpu_guest_safe_atomic_nfb = {
|
| A D | percpu.c | 53 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() 74 static struct notifier_block cpu_percpu_nfb = {
|
| A D | time.c | 361 static int cpu_time_callback(struct notifier_block *nfb, in cpu_time_callback() 377 static struct notifier_block cpu_time_nfb = {
|
| A D | smpboot.c | 505 static int cpu_smpboot_callback(struct notifier_block *nfb, in cpu_smpboot_callback() 523 static struct notifier_block cpu_smpboot_nfb = {
|
| A D | cpuerrata.c | 514 static int cpu_errata_callback(struct notifier_block *nfb, in cpu_errata_callback() 542 static struct notifier_block cpu_errata_nfb = {
|
| A D | gic.c | 468 static int cpu_gic_callback(struct notifier_block *nfb, in cpu_gic_callback() 485 static struct notifier_block cpu_gic_nfb = {
|
| /xen/xen/arch/x86/ |
| A D | percpu.c | 67 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() 92 static struct notifier_block cpu_percpu_nfb = {
|
| A D | nmi.c | 432 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_nmi_callback() 453 static struct notifier_block cpu_nmi_nfb = {
|
| /xen/xen/drivers/cpufreq/ |
| A D | cpufreq_misc_governors.c | 95 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpufreq_userspace_cpu_callback() 109 static struct notifier_block cpufreq_userspace_cpu_nfb = {
|
| A D | cpufreq.c | 636 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 656 static struct notifier_block cpu_nfb = {
|
| /xen/xen/include/asm-x86/ |
| A D | cpuidle.h | 18 int mwait_idle_init(struct notifier_block *);
|
| /xen/xen/arch/x86/genapic/ |
| A D | x2apic.c | 188 struct notifier_block *nfb, unsigned long action, void *hcpu) in update_clusterinfo() 220 static struct notifier_block x2apic_cpu_nfb = {
|
| /xen/xen/common/sched/ |
| A D | cpupool.c | 958 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 990 static struct notifier_block cpu_nfb = {
|
| /xen/xen/arch/x86/cpu/mcheck/ |
| A D | mce_intel.c | 925 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 950 static struct notifier_block cpu_nfb = {
|
| /xen/xen/arch/x86/cpu/ |
| A D | vpmu.c | 838 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 860 static struct notifier_block cpu_nfb = {
|