Home
last modified time | relevance | path

Searched refs:notifier_block (Results 1 – 25 of 32) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/common/
A Dnotifier.c22 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 Dcpu.c62 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 Dstop_machine.c177 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
188 static struct notifier_block cpu_nfb = {
A Dtasklet.c215 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
237 static struct notifier_block cpu_nfb = {
A Dtmem_xen.c214 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
255 static struct notifier_block cpu_nfb = {
A Drcupdate.c570 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
591 static struct notifier_block cpu_nfb = {
A Dcpupool.c772 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
793 static struct notifier_block cpu_nfb = {
A Dtimer.c605 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
628 static struct notifier_block cpu_nfb = {
A Dtrace.c82 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 Dnotifier.h25 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 Dcpu.h17 void register_cpu_notifier(struct notifier_block *nb);
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Dpanic-handler.c23 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 Dpercpu.c53 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 Dpercpu.c67 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_percpu_callback()
88 static struct notifier_block cpu_percpu_nfb = {
A Dmicrocode.c370 struct notifier_block *nfb, unsigned long action, void *hcpu) in microcode_percpu_callback()
384 static struct notifier_block microcode_percpu_nfb = {
A Dnmi.c420 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_nmi_callback()
441 static struct notifier_block cpu_nmi_nfb = {
A Dsmpboot.c763 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 Dcpufreq_misc_governors.c95 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpufreq_userspace_cpu_callback()
109 static struct notifier_block cpufreq_userspace_cpu_nfb = {
A Dcpufreq.c635 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 Dcpuidle.h19 int mwait_idle_init(struct notifier_block *);
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/
A Dplatform-compat.h57 #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 Dx2apic.c193 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 Dmce_intel.c889 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 Dmwait-idle.c1149 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 Dvpmu.c842 struct notifier_block *nfb, unsigned long action, void *hcpu) in cpu_callback()
864 static struct notifier_block cpu_nfb = {

Completed in 27 milliseconds

12