Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnotifier.h180 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro
181 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)
186 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
192 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
200 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
/Linux-v5.10/kernel/
Dnotifier.c88 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain()
119 if (ret & NOTIFY_STOP_MASK) in notifier_call_chain_robust()
/Linux-v5.10/arch/mips/mm/
Dc-octeon.c309 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Dmain.c965 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
970 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
/Linux-v5.10/arch/arm/common/
DbL_switcher.c401 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
/Linux-v5.10/drivers/clk/
Dclk.c1496 if (ret & NOTIFY_STOP_MASK) in __clk_notify()
1872 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()
1880 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()
2009 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()
2531 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent_nolock()
/Linux-v5.10/drivers/mfd/
Diqs62x.c532 if (ret & NOTIFY_STOP_MASK) in iqs62x_irq()
/Linux-v5.10/drivers/firmware/arm_scmi/
Dnotify.c402 WARN_ON_ONCE(ret & NOTIFY_STOP_MASK); in scmi_lookup_and_call_event_chain()
/Linux-v5.10/drivers/regulator/
Dcore.c2744 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()
2811 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()
3213 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()
3237 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
/Linux-v5.10/drivers/char/ipmi/
Dipmi_si_intf.c323 if (err & NOTIFY_STOP_MASK) { in start_next_msg()
/Linux-v5.10/net/core/
Ddev.c2033 if (ret & NOTIFY_STOP_MASK) in call_netdevice_notifiers_info()