Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dnotifier.h54 #define NOTIFY_STOP_MASK 0x8000 macro
55 #define NOTIFY_STOP (NOTIFY_STOP_MASK|NOTIFY_DONE)
56 #define NOTIFY_BAD (NOTIFY_STOP_MASK|EINVAL)
61 return NOTIFY_STOP_MASK | -err; in notifier_from_errno()
67 return -(ret & ~NOTIFY_STOP_MASK); in notifier_to_errno()
/xen/xen/common/
A Dnotifier.c85 } while ( !(ret & NOTIFY_STOP_MASK) ); in notifier_call_chain()

Completed in 4 milliseconds