Searched refs:NOTIFY_STOP_MASK (Results 1 – 2 of 2) sorted by relevance
55 #define NOTIFY_STOP_MASK 0x8000 macro56 #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()
85 } while ( !(ret & NOTIFY_STOP_MASK) ); in notifier_call_chain()
Completed in 3 milliseconds