Searched refs:NOTIFY_STOP_MASK (Results 1 – 8 of 8) sorted by relevance
185 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro186 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)191 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)197 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()205 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
912 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()917 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()921 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
310 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
100 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain()
402 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
1483 if (ret & NOTIFY_STOP_MASK) in __clk_notify()1842 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()1850 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()1979 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()2501 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent_nolock()
2608 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()2675 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()3076 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()3100 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
323 if (err & NOTIFY_STOP_MASK) { in start_next_msg()