Home
last modified time | relevance | path

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

/include/linux/
A Dnotifier.h187 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro
188 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)
193 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
199 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
207 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()

Completed in 4 milliseconds