Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnotifier.h159 #define NOTIFY_STOP_MASK 0x8000 /* Don't call further */ macro
160 #define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)
165 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
171 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
179 ret &= ~NOTIFY_STOP_MASK; in notifier_to_errno()
/linux-4.4.14/kernel/
Dnotifier.c98 if ((ret & NOTIFY_STOP_MASK) == NOTIFY_STOP_MASK) in notifier_call_chain()
/linux-4.4.14/arch/mips/mm/
Dc-octeon.c326 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { in co_cache_error_call_notifiers()
/linux-4.4.14/drivers/clk/
Dclk.c1255 if (ret & NOTIFY_STOP_MASK) { in __clk_speculate_rates()
1263 if (ret & NOTIFY_STOP_MASK) in __clk_speculate_rates()
1403 if (ret & NOTIFY_STOP_MASK) in clk_propagate_rate_change()
1807 if (ret & NOTIFY_STOP_MASK) in clk_core_set_parent()
/linux-4.4.14/arch/arm/common/
DbL_switcher.c404 if (ret & NOTIFY_STOP_MASK) in bL_activation_notify()
/linux-4.4.14/drivers/regulator/
Dcore.c2211 if (ret & NOTIFY_STOP_MASK) in _regulator_disable()
2280 if (ret & NOTIFY_STOP_MASK) in _regulator_force_disable()
2693 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage()
2717 if (ret & NOTIFY_STOP_MASK) in _regulator_call_set_voltage_sel()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_si_intf.c398 if (err & NOTIFY_STOP_MASK) { in start_next_msg()