Home
last modified time | relevance | path

Searched refs:notifier_call (Results 1 - 25 of 1569) sorted by relevance

12345678910>>...63

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c31 {.nb.notifier_call = any_notifier, .event_type = MLX5_EVENT_TYPE_NOTIFY_ANY },
32 {.nb.notifier_call = temp_warn, .event_type = MLX5_EVENT_TYPE_TEMP_WARN_EVENT },
33 {.nb.notifier_call = port_module, .event_type = MLX5_EVENT_TYPE_PORT_MODULE_EVENT },
34 {.nb.notifier_call = pcie_core, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
37 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PORT_CHANGE },
38 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
40 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_DCT_DRAINED },
41 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PATH_MIG },
42 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_COMM_EST },
43 {.nb.notifier_call
[all...]
H A Dlag_mp.c318 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init()
325 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init()
330 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init()
340 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup()
345 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c31 {.nb.notifier_call = any_notifier, .event_type = MLX5_EVENT_TYPE_NOTIFY_ANY },
32 {.nb.notifier_call = temp_warn, .event_type = MLX5_EVENT_TYPE_TEMP_WARN_EVENT },
33 {.nb.notifier_call = port_module, .event_type = MLX5_EVENT_TYPE_PORT_MODULE_EVENT },
34 {.nb.notifier_call = pcie_core, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
37 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PORT_CHANGE },
38 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
39 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_OBJECT_CHANGE },
41 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_DCT_DRAINED },
42 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PATH_MIG },
43 {.nb.notifier_call
[all...]
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H A Dpci_drv.c104 if (!nb->notifier_call) { in pds_vfio_pci_register_event_handler()
105 nb->notifier_call = pds_vfio_pci_notify_handler; in pds_vfio_pci_register_event_handler()
108 nb->notifier_call = NULL; in pds_vfio_pci_register_event_handler()
123 if (pds_vfio->nb.notifier_call) { in pds_vfio_pci_unregister_event_handler()
125 pds_vfio->nb.notifier_call = NULL; in pds_vfio_pci_unregister_event_handler()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-power.c118 .notifier_call = opal_power_control_event,
125 .notifier_call = opal_power_control_event,
132 .notifier_call = opal_power_control_event,
/kernel/linux/linux-6.6/kernel/
H A Dnotifier.c32 n->notifier_call); in notifier_chain_register()
43 trace_notifier_register((void *)n->notifier_call); in notifier_chain_register()
53 trace_notifier_unregister((void *)n->notifier_call); in notifier_chain_unregister()
86 if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) { in notifier_call_chain()
92 trace_notifier_run((void *)nb->notifier_call); in notifier_call_chain()
93 ret = nb->notifier_call(nb, val, v); in notifier_call_chain()
/kernel/linux/linux-5.10/arch/arm/mach-highbank/
H A Dhighbank.c108 .notifier_call = highbank_platform_notifier,
112 .notifier_call = highbank_platform_notifier,
134 .notifier_call = hb_keys_notifier,
/kernel/linux/linux-6.6/arch/arm/mach-highbank/
H A Dhighbank.c108 .notifier_call = highbank_platform_notifier,
112 .notifier_call = highbank_platform_notifier,
134 .notifier_call = hb_keys_notifier,
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-power.c118 .notifier_call = opal_power_control_event,
125 .notifier_call = opal_power_control_event,
132 .notifier_call = opal_power_control_event,
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmp.c356 if (mp->fib_nb.notifier_call) in mlx5_lag_mp_init()
363 mp->fib_nb.notifier_call = mlx5_lag_fib_event; in mlx5_lag_mp_init()
368 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_init()
378 if (!mp->fib_nb.notifier_call) in mlx5_lag_mp_cleanup()
383 mp->fib_nb.notifier_call = NULL; in mlx5_lag_mp_cleanup()
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/
H A Dsetup.c46 .notifier_call = iss_restart,
57 .notifier_call = iss_panic_event,
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsstate.c75 .notifier_call = sstate_reboot_call,
86 .notifier_call = sstate_panic_event,
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dxscale-cp0.c53 .notifier_call = dsp_do,
85 .notifier_call = iwmmxt_do,
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dxscale-cp0.c53 .notifier_call = dsp_do,
85 .notifier_call = iwmmxt_do,
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsstate.c76 .notifier_call = sstate_reboot_call,
87 .notifier_call = sstate_panic_event,
/kernel/linux/linux-5.10/drivers/oprofile/
H A Dbuffer_sync.c132 .notifier_call = task_free_notify,
136 .notifier_call = task_exit_notify,
140 .notifier_call = munmap_notify,
144 .notifier_call = module_load_notify,
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dpdc_chassis.c95 .notifier_call = pdc_chassis_panic_event,
115 .notifier_call = pdc_chassis_reboot_event,
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dpdc_chassis.c99 .notifier_call = pdc_chassis_panic_event,
122 .notifier_call = pdc_chassis_reboot_event,
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-omap-otg.c110 otg_dev->id_nb.notifier_call = omap_otg_id_notifier; in omap_otg_probe()
111 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier; in omap_otg_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-omap-otg.c110 otg_dev->id_nb.notifier_call = omap_otg_id_notifier; in omap_otg_probe()
111 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier; in omap_otg_probe()
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dcoherency.c107 .notifier_call = mvebu_hwcc_notifier,
111 .notifier_call = mvebu_hwcc_notifier,
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H A Dcoherency.c104 .notifier_call = mvebu_hwcc_notifier,
108 .notifier_call = mvebu_hwcc_notifier,
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-heartbeat.c180 .notifier_call = heartbeat_reboot_notifier,
184 .notifier_call = heartbeat_panic_notifier,
/kernel/linux/linux-5.10/drivers/xen/
H A Darm-device.c133 .notifier_call = xen_platform_notifier,
175 .notifier_call = xen_amba_notifier,
/kernel/linux/linux-6.6/drivers/xen/
H A Darm-device.c133 .notifier_call = xen_platform_notifier,
175 .notifier_call = xen_amba_notifier,

Completed in 16 milliseconds

12345678910>>...63