Home
last modified time | relevance | path

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

/include/linux/
A Dnotifier.h186 #define NOTIFY_OK 0x0001 /* Suits me */ macro
193 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
199 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
201 return NOTIFY_OK; in notifier_from_errno()
208 return ret > NOTIFY_OK ? NOTIFY_OK - ret : 0; in notifier_to_errno()

Completed in 6 milliseconds