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

/linux-4.4.14/include/linux/
H A 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); notifier_from_errno()
179 ret &= ~NOTIFY_STOP_MASK; notifier_to_errno()
/linux-4.4.14/kernel/
H A Dnotifier.c98 if ((ret & NOTIFY_STOP_MASK) == NOTIFY_STOP_MASK) notifier_call_chain()
170 * with %NOTIFY_STOP_MASK then atomic_notifier_call_chain()
298 * with %NOTIFY_STOP_MASK then blocking_notifier_call_chain()
384 * with %NOTIFY_STOP_MASK then raw_notifier_call_chain()
484 * with %NOTIFY_STOP_MASK then srcu_notifier_call_chain()
/linux-4.4.14/arch/mips/mm/
H A Dc-octeon.c326 if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) { co_cache_error_call_notifiers()
/linux-4.4.14/drivers/clk/
H A Dclk.c1255 if (ret & NOTIFY_STOP_MASK) { __clk_speculate_rates()
1263 if (ret & NOTIFY_STOP_MASK) __clk_speculate_rates()
1403 if (ret & NOTIFY_STOP_MASK) clk_propagate_rate_change()
1807 if (ret & NOTIFY_STOP_MASK) clk_core_set_parent()
/linux-4.4.14/arch/arm/common/
H A DbL_switcher.c404 if (ret & NOTIFY_STOP_MASK) bL_activation_notify()
/linux-4.4.14/drivers/regulator/
H A Dcore.c2211 if (ret & NOTIFY_STOP_MASK) _regulator_disable()
2280 if (ret & NOTIFY_STOP_MASK) _regulator_force_disable()
2693 if (ret & NOTIFY_STOP_MASK) _regulator_call_set_voltage()
2717 if (ret & NOTIFY_STOP_MASK) _regulator_call_set_voltage_sel()
/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_si_intf.c398 if (err & NOTIFY_STOP_MASK) { start_next_msg()

Completed in 310 milliseconds