Home
last modified time | relevance | path

Searched refs:NOTIFY_DONE (Results 1 – 25 of 29) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/common/
A Dcpu.c74 BUG_ON(notifier_rc != NOTIFY_DONE); in take_cpu_down()
95 if ( notifier_rc != NOTIFY_DONE ) in cpu_down()
108 BUG_ON(notifier_rc != NOTIFY_DONE); in cpu_down()
116 BUG_ON(notifier_rc != NOTIFY_DONE); in cpu_down()
137 if ( notifier_rc != NOTIFY_DONE ) in cpu_up()
148 BUG_ON(notifier_rc != NOTIFY_DONE); in cpu_up()
157 BUG_ON(notifier_rc != NOTIFY_DONE); in cpu_up()
167 BUG_ON(notifier_rc != NOTIFY_DONE); in notify_cpu_starting()
A Dnotifier.c72 int ret = NOTIFY_DONE; in notifier_call_chain()
A Dstop_machine.c185 return NOTIFY_DONE; in cpu_callback()
A Dtasklet.c234 return NOTIFY_DONE; in cpu_callback()
A Dtmem_xen.c252 return NOTIFY_DONE; in cpu_callback()
A Drcupdate.c588 return NOTIFY_DONE; in cpu_callback()
A Dcpupool.c790 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
A Dtimer.c625 return NOTIFY_DONE; in cpu_callback()
A Dtrace.c89 return NOTIFY_DONE; in cpu_callback()
A Dkexec.c550 return NOTIFY_DONE; in cpu_callback()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dnotifier.h54 #define NOTIFY_DONE 0x0000 macro
56 #define NOTIFY_STOP (NOTIFY_STOP_MASK|NOTIFY_DONE)
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Dpanic-handler.c31 return NOTIFY_DONE; in xen_panic_event()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dpercpu.c71 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_percpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dpercpu.c85 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_percpu_callback()
A Dmicrocode.c381 return NOTIFY_DONE; in microcode_percpu_callback()
A Dnmi.c438 return NOTIFY_DONE; in cpu_nmi_callback()
A Dsmpboot.c781 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_smpboot_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dmwait-idle.c1157 return NOTIFY_DONE; in mwait_idle_cpu_init()
1161 return NOTIFY_DONE; in mwait_idle_cpu_init()
1165 return NOTIFY_DONE; in mwait_idle_cpu_init()
1228 return NOTIFY_DONE; in mwait_idle_cpu_init()
A Dvpmu.c849 return NOTIFY_DONE; in cpu_callback()
853 return NOTIFY_DONE; in cpu_callback()
861 return NOTIFY_DONE; in cpu_callback()
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq_misc_governors.c106 return NOTIFY_DONE; in cpufreq_userspace_cpu_callback()
A Dcpufreq.c652 return NOTIFY_DONE; in cpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/
A Dx2apic.c219 return !err ? NOTIFY_DONE : notifier_from_errno(err); in update_clusterinfo()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce_intel.c911 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c1087 return NOTIFY_DONE; in cpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c1370 return NOTIFY_DONE; in cpu_callback()

Completed in 46 milliseconds

12