Searched refs:NOTIFY_OK (Results 1 – 1 of 1) sorted by relevance
158 #define NOTIFY_OK 0x0001 /* Suits me */ macro165 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)171 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()173 return NOTIFY_OK; in notifier_from_errno()180 return ret > NOTIFY_OK ? NOTIFY_OK - ret : 0; in notifier_to_errno()