Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnotifier.h185 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro
186 #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()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Dmain.c912 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()
/Linux-v5.4/arch/mips/mm/
Dc-octeon.c310 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
/Linux-v5.4/kernel/
Dnotifier.c100 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain()
/Linux-v5.4/arch/arm/common/
DbL_switcher.c402 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
/Linux-v5.4/drivers/clk/
Dclk.c1483 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()
/Linux-v5.4/drivers/regulator/
Dcore.c2608 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()
/Linux-v5.4/drivers/char/ipmi/
Dipmi_si_intf.c323 if (err & NOTIFY_STOP_MASK) { in start_next_msg()