Home
last modified time | relevance | path

Searched refs:NOTIFY_OK (Results 1 – 25 of 171) sorted by relevance

1234567

/linux-2.6.39/include/linux/
Dnotifier.h155 #define NOTIFY_OK 0x0001 /* Suits me */ macro
162 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK)
168 return NOTIFY_STOP_MASK | (NOTIFY_OK - err); in notifier_from_errno()
170 return NOTIFY_OK; in notifier_from_errno()
177 return ret > NOTIFY_OK ? NOTIFY_OK - ret : 0; in notifier_to_errno()
/linux-2.6.39/drivers/net/bonding/
Dbond_ipv6.c173 return NOTIFY_OK; in bond_inet6addr_event()
179 return NOTIFY_OK; in bond_inet6addr_event()
196 return NOTIFY_OK; in bond_inet6addr_event()
202 return NOTIFY_OK; in bond_inet6addr_event()
/linux-2.6.39/kernel/gcov/
Dbase.c119 return NOTIFY_OK; in gcov_module_notifier()
136 return NOTIFY_OK; in gcov_module_notifier()
/linux-2.6.39/drivers/accessibility/braille/
Dbraille_console.c161 int ret = NOTIFY_OK; in keyboard_notifier_call()
231 ret = NOTIFY_OK; in keyboard_notifier_call()
350 return NOTIFY_OK; in vt_notifier_call()
/linux-2.6.39/arch/mips/cavium-octeon/
Dcpu.c41 return NOTIFY_OK; /* Let default notifier send signals */ in cnmips_cu2_call()
/linux-2.6.39/lib/
Dpercpu_counter.c168 return NOTIFY_OK; in percpu_counter_hotcpu_callback()
184 return NOTIFY_OK; in percpu_counter_hotcpu_callback()
/linux-2.6.39/drivers/char/ipmi/
Dipmi_watchdog.c1085 return NOTIFY_OK; in ipmi_nmi()
1089 return NOTIFY_OK; in ipmi_nmi()
1105 return NOTIFY_OK; in ipmi_nmi()
1108 return NOTIFY_OK; in ipmi_nmi()
1155 return NOTIFY_OK; in wdog_reboot_handler()
1184 return NOTIFY_OK; in wdog_panic_handler()
/linux-2.6.39/arch/sh/kernel/
Dnmi_debug.c40 return NOTIFY_OK; in nmi_debug_notify()
Dtraps.c105 case NOTIFY_OK: in BUILD_TRAP_HANDLER()
/linux-2.6.39/arch/avr32/kernel/
Dnmi_debug.c41 return NOTIFY_OK; in nmi_debug_notify()
/linux-2.6.39/ipc/
Dipcns_notifier.c53 return NOTIFY_OK; in ipcns_callback()
/linux-2.6.39/kernel/time/
Dtick-common.c212 int cpu, ret = NOTIFY_OK; in tick_check_new_device()
404 return NOTIFY_OK; in tick_notify()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_lvds.c543 return NOTIFY_OK; in intel_lid_notify()
555 return NOTIFY_OK; in intel_lid_notify()
558 return NOTIFY_OK; in intel_lid_notify()
562 return NOTIFY_OK; in intel_lid_notify()
570 return NOTIFY_OK; in intel_lid_notify()
/linux-2.6.39/arch/powerpc/platforms/512x/
Dpdm360ng.c84 return NOTIFY_OK; in pdm360ng_touchscreen_notifier_call()
/linux-2.6.39/drivers/oprofile/
Dtimer_int.c93 return NOTIFY_OK; in oprofile_cpu_notify()
/linux-2.6.39/drivers/staging/tidspbridge/core/
Dsync.c120 return NOTIFY_OK; in dsp_notifier_event()
/linux-2.6.39/arch/sparc/kernel/
Dsstate.c75 return NOTIFY_OK; in sstate_reboot_call()
/linux-2.6.39/drivers/s390/cio/
Ddevice_fsm.c346 ret = NOTIFY_OK; in ccw_device_notify()
357 if (ccw_device_notify(cdev, CIO_OPER) == NOTIFY_OK) { in ccw_device_oper_notify()
394 ccw_device_notify(cdev, CIO_BOXED) != NOTIFY_OK) in ccw_device_done()
401 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_done()
411 if (ccw_device_notify(cdev, CIO_NO_PATH) != NOTIFY_OK) in ccw_device_done()
647 if (ccw_device_notify(cdev, CIO_GONE) != NOTIFY_OK) in ccw_device_generic_notoper()
/linux-2.6.39/arch/powerpc/mm/
Dmmu_context_nohash.c338 return NOTIFY_OK; in mmu_context_cpu_notify()
363 return NOTIFY_OK; in mmu_context_cpu_notify()
/linux-2.6.39/crypto/
Dalgboss.c206 return NOTIFY_OK; in cryptomgr_schedule_probe()
271 return NOTIFY_OK; in cryptomgr_schedule_test()
/linux-2.6.39/arch/x86/kernel/cpu/
Dperf_event_amd.c310 return NOTIFY_OK; in amd_pmu_cpu_prepare()
316 return NOTIFY_OK; in amd_pmu_cpu_prepare()
/linux-2.6.39/kernel/
Dstop_machine.c348 return NOTIFY_OK; in cpu_stop_cpu_callback()
377 BUG_ON(err != NOTIFY_OK); in cpu_stop_init()
Dsoftirq.c704 return NOTIFY_OK; in remote_softirq_cpu_notify()
886 return NOTIFY_OK; in cpu_callback()
898 BUG_ON(err != NOTIFY_OK); in spawn_ksoftirqd()
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/
Dsmp-shx3.c143 return NOTIFY_OK; in shx3_cpu_callback()
/linux-2.6.39/block/
Dblk-iopoll.c209 return NOTIFY_OK; in blk_iopoll_cpu_notify()

1234567