Home
last modified time | relevance | path

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

12

/xen/xen/include/xen/
A Dnotifier.h53 #define NOTIFY_DONE 0x0000 macro
55 #define NOTIFY_STOP (NOTIFY_STOP_MASK|NOTIFY_DONE)
/xen/xen/arch/arm/
A Dguest_atomics.c67 return NOTIFY_DONE; in cpu_guest_safe_atomic_callback()
A Dpercpu.c71 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_percpu_callback()
A Dtime.c374 return NOTIFY_DONE; in cpu_time_callback()
A Dsmpboot.c520 return NOTIFY_DONE; in cpu_smpboot_callback()
A Dcpuerrata.c539 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_errata_callback()
A Dgic.c482 return NOTIFY_DONE; in cpu_gic_callback()
/xen/xen/common/
A Dnotifier.c72 int ret = NOTIFY_DONE; in notifier_call_chain()
A Dstop_machine.c194 return NOTIFY_DONE; in cpu_callback()
A Dcpu.c80 int ret = (notifier_rc == NOTIFY_DONE) ? 0 : notifier_to_errno(notifier_rc); in cpu_notifier_call_chain()
A Dtasklet.c237 return NOTIFY_DONE; in cpu_callback()
A Drcupdate.c663 return NOTIFY_DONE; in cpu_callback()
A Dtrace.c90 return NOTIFY_DONE; in cpu_callback()
A Dtimer.c676 return NOTIFY_DONE; in cpu_callback()
A Dkexec.c551 return NOTIFY_DONE; in cpu_callback()
/xen/xen/arch/x86/
A Dpercpu.c89 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_percpu_callback()
A Dnmi.c450 return NOTIFY_DONE; in cpu_nmi_callback()
/xen/xen/arch/x86/cpu/
A Dmwait-idle.c1211 return NOTIFY_DONE; in mwait_idle_cpu_init()
1218 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in mwait_idle_cpu_init()
1222 return NOTIFY_DONE; in mwait_idle_cpu_init()
1285 return NOTIFY_DONE; in mwait_idle_cpu_init()
A Dvpmu.c845 return NOTIFY_DONE; in cpu_callback()
849 return NOTIFY_DONE; in cpu_callback()
857 return NOTIFY_DONE; in cpu_callback()
/xen/xen/drivers/cpufreq/
A Dcpufreq_misc_governors.c106 return NOTIFY_DONE; in cpufreq_userspace_cpu_callback()
A Dcpufreq.c653 return NOTIFY_DONE; in cpu_callback()
/xen/xen/arch/x86/genapic/
A Dx2apic.c217 return !err ? NOTIFY_DONE : notifier_from_errno(err); in update_clusterinfo()
/xen/xen/common/sched/
A Dcpupool.c987 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
/xen/xen/arch/x86/cpu/mcheck/
A Dmce_intel.c947 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
/xen/xen/drivers/passthrough/
A Dio.c1109 return NOTIFY_DONE; in cpu_callback()

Completed in 65 milliseconds

12