Home
last modified time | relevance | path

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

/include/linux/
Dnotifier.h177 #define NOTIFY_OK 0x0001 /* Suits me */ macro
184 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
190 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
192 return NOTIFY_OK; in notifier_from_errno()
199 return ret > NOTIFY_OK ? NOTIFY_OK - ret : 0; in notifier_to_errno()