Home
last modified time | relevance | path

Searched refs:notifier_from_errno (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dnotifier.h60 static inline int notifier_from_errno(int err) in notifier_from_errno() function
/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 Dsmpboot.c781 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_smpboot_callback()
A Dpsr.c1505 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); 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/common/
A Dcpupool.c790 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
A Dschedule.c1666 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_schedule_callback()
/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()
A Dmce.c735 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c134 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()

Completed in 24 milliseconds