/xen-4.10.0-shim-comet/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; in notifier_call_chain() 81 nb = list_entry(cursor, struct notifier_block, chain); in notifier_call_chain()
|
A D | cpu.c | 62 void __init register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier() 83 struct notifier_block *nb = NULL; in cpu_down() 125 struct notifier_block *nb = NULL; in cpu_up()
|
A D | stop_machine.c | 177 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 188 static struct notifier_block cpu_nfb = {
|
A D | tasklet.c | 215 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 237 static struct notifier_block cpu_nfb = {
|
A D | tmem_xen.c | 214 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 255 static struct notifier_block cpu_nfb = {
|
A D | rcupdate.c | 570 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 591 static struct notifier_block cpu_nfb = {
|
A D | cpupool.c | 772 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 793 static struct notifier_block cpu_nfb = {
|
A D | timer.c | 605 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 628 static struct notifier_block cpu_nfb = {
|
A D | trace.c | 82 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 92 static struct notifier_block cpu_nfb = {
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | notifier.h | 25 struct notifier_block { struct 26 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument 32 struct notifier_block head; argument 41 struct notifier_head *nh, struct notifier_block *nb); 43 struct notifier_head *nh, struct notifier_block *nb); 47 struct notifier_block **pcursor);
|
A D | cpu.h | 17 void register_cpu_notifier(struct notifier_block *nb);
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | panic-handler.c | 23 xen_panic_event(struct notifier_block *this, unsigned long event, void *ptr) in xen_panic_event() 34 static struct notifier_block xen_panic_block = {
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
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 = {
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | percpu.c | 67 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback() 88 static struct notifier_block cpu_percpu_nfb = {
|
A D | microcode.c | 370 struct notifier_block *nfb, unsigned long action, void *hcpu) in microcode_percpu_callback() 384 static struct notifier_block microcode_percpu_nfb = {
|
A D | nmi.c | 420 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_nmi_callback() 441 static struct notifier_block cpu_nmi_nfb = {
|
A D | smpboot.c | 763 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_smpboot_callback() 784 static struct notifier_block cpu_smpboot_nfb = {
|
/xen-4.10.0-shim-comet/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 | 635 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 655 static struct notifier_block cpu_nfb = {
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | cpuidle.h | 19 int mwait_idle_init(struct notifier_block *);
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/ |
A D | platform-compat.h | 57 #define ATOMIC_NOTIFIER_HEAD(name) struct notifier_block *name 64 #define BLOCKING_NOTIFIER_HEAD(name) struct notifier_block *name
|
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/ |
A D | x2apic.c | 193 struct notifier_block *nfb, unsigned long action, void *hcpu) in update_clusterinfo() 222 static struct notifier_block x2apic_cpu_nfb = {
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | mce_intel.c | 889 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 914 static struct notifier_block cpu_nfb = {
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | mwait-idle.c | 1149 static int mwait_idle_cpu_init(struct notifier_block *nfb, in mwait_idle_cpu_init() 1231 int __init mwait_idle_init(struct notifier_block *nfb) in mwait_idle_init()
|
A D | vpmu.c | 842 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback() 864 static struct notifier_block cpu_nfb = {
|