Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnotifier.h178 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro
179 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)
184 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
190 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
198 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
/Linux-v5.15/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.15/arch/mips/mm/
Dc-octeon.c308 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Dmain.c974 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
979 if (ret & NOTIFY_STOP_MASK) in nfp_flower_netdev_event()
/Linux-v5.15/arch/arm/common/
DbL_switcher.c401 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
/Linux-v5.15/drivers/clk/
Dclk.c1517 if (ret & NOTIFY_STOP_MASK) in __clk_notify()
1893 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()
1901 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()
2030 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()
2550 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent_nolock()
/Linux-v5.15/drivers/mfd/
Diqs62x.c567 if (ret & NOTIFY_STOP_MASK) in iqs62x_irq()
/Linux-v5.15/drivers/firmware/arm_scmi/
Dnotify.c405 WARN_ON_ONCE(ret & NOTIFY_STOP_MASK); in scmi_lookup_and_call_event_chain()
/Linux-v5.15/drivers/regulator/
Dcore.c2864 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()
2931 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()
3337 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()
3361 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
/Linux-v5.15/drivers/char/ipmi/
Dipmi_si_intf.c324 if (err & NOTIFY_STOP_MASK) { in start_next_msg()
/Linux-v5.15/net/core/
Ddev.c1994 if (ret & NOTIFY_STOP_MASK) in call_netdevice_notifiers_info()