Symbol: NOTIFY_STOP_MASK
arch/arm/common/bL_switcher.c
399
if (ret & NOTIFY_STOP_MASK)
arch/mips/mm/c-octeon.c
312
if ((rv & ~NOTIFY_STOP_MASK) != NOTIFY_OK) {
drivers/char/ipmi/ipmi_si_intf.c
334
if (err & NOTIFY_STOP_MASK) {
drivers/clk/at91/clk-master.c
277
ret = NOTIFY_STOP_MASK;
drivers/clk/at91/clk-master.c
298
ret = NOTIFY_STOP_MASK;
drivers/clk/at91/clk-master.c
327
ret = NOTIFY_STOP_MASK;
drivers/clk/clk.c
1840
if (ret & NOTIFY_STOP_MASK)
drivers/clk/clk.c
2222
if (ret & NOTIFY_STOP_MASK) {
drivers/clk/clk.c
2230
if (ret & NOTIFY_STOP_MASK)
drivers/clk/clk.c
2359
if (ret & NOTIFY_STOP_MASK)
drivers/clk/clk.c
2890
if (ret & NOTIFY_STOP_MASK)
drivers/firmware/arm_scmi/notify.c
410
WARN_ON_ONCE(ret & NOTIFY_STOP_MASK);
drivers/mfd/iqs62x.c
567
if (ret & NOTIFY_STOP_MASK)
drivers/net/ethernet/netronome/nfp/flower/main.c
983
if (ret & NOTIFY_STOP_MASK)
drivers/net/ethernet/netronome/nfp/flower/main.c
988
if (ret & NOTIFY_STOP_MASK)
drivers/net/ethernet/sfc/ef100_netdev.c
314
if (err & NOTIFY_STOP_MASK)
drivers/net/ethernet/sfc/ef100_netdev.c
330
if (err & NOTIFY_STOP_MASK)
drivers/platform/x86/lenovo/wmi-helpers.c
183
if ((ret & ~NOTIFY_STOP_MASK) != NOTIFY_OK)
drivers/regulator/core.c
3276
if (ret & NOTIFY_STOP_MASK)
drivers/regulator/core.c
3346
if (ret & NOTIFY_STOP_MASK)
drivers/regulator/core.c
3793
if (ret & NOTIFY_STOP_MASK)
drivers/regulator/core.c
3817
if (ret & NOTIFY_STOP_MASK)
include/linux/notifier.h
188
#define NOTIFY_BAD (NOTIFY_STOP_MASK|0x0002)
include/linux/notifier.h
193
#define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
include/linux/notifier.h
199
return NOTIFY_STOP_MASK | (NOTIFY_OK - err);
include/linux/notifier.h
207
ret &= ~NOTIFY_STOP_MASK;
kernel/notifier.c
121
if (ret & NOTIFY_STOP_MASK)
kernel/notifier.c
90
if (ret & NOTIFY_STOP_MASK)
net/core/dev.c
2248
if (ret & NOTIFY_STOP_MASK)