Home
last modified time | relevance | path

Searched refs:NOTIFY_STOP_MASK (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dnotifier.h55 #define NOTIFY_STOP_MASK 0x8000 macro
56 #define NOTIFY_STOP (NOTIFY_STOP_MASK|NOTIFY_DONE)
57 #define NOTIFY_BAD (NOTIFY_STOP_MASK|EINVAL)
62 return NOTIFY_STOP_MASK | -err; in notifier_from_errno()
68 return -(ret & ~NOTIFY_STOP_MASK); in notifier_to_errno()
/xen-4.10.0-shim-comet/xen/common/
A Dnotifier.c85 } while ( !(ret & NOTIFY_STOP_MASK) ); in notifier_call_chain()

Completed in 3 milliseconds