Searched refs:notifier_block (Results 251 - 275 of 1206) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.h46 struct notifier_block nb;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.h12 struct notifier_block nb;
/linux-master/lib/
H A Dnotifier-error-inject.c27 static int notifier_err_inject_callback(struct notifier_block *nb,
/linux-master/arch/powerpc/include/asm/
H A Dhw_breakpoint.h83 extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.h62 struct notifier_block nb;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.h69 struct notifier_block nb;
/linux-master/include/linux/usb/
H A Dchipidea.h30 struct notifier_block nb;
/linux-master/include/linux/
H A Dpm_clock.h15 struct notifier_block nb;
H A Dinetdevice.h172 int register_inetaddr_notifier(struct notifier_block *nb);
173 int unregister_inetaddr_notifier(struct notifier_block *nb);
174 int register_inetaddr_validator_notifier(struct notifier_block *nb);
175 int unregister_inetaddr_validator_notifier(struct notifier_block *nb);
H A Dpm_domain.h234 struct notifier_block nb;
235 struct notifier_block *power_nb;
265 int dev_pm_genpd_add_notifier(struct device *dev, struct notifier_block *nb);
323 struct notifier_block *nb)
H A Dconsole.h28 struct notifier_block;
544 void dummycon_register_output_notifier(struct notifier_block *nb);
545 void dummycon_unregister_output_notifier(struct notifier_block *nb);
H A Dvmalloc.h18 struct notifier_block; /* in notifier.h */
323 int register_vmap_purge_notifier(struct notifier_block *nb);
324 int unregister_vmap_purge_notifier(struct notifier_block *nb);
H A Dtracepoint.h26 struct notifier_block;
66 extern int register_tracepoint_module_notifier(struct notifier_block *nb);
67 extern int unregister_tracepoint_module_notifier(struct notifier_block *nb);
74 int register_tracepoint_module_notifier(struct notifier_block *nb)
79 int unregister_tracepoint_module_notifier(struct notifier_block *nb)
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic.h58 struct notifier_block nb;
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h57 struct notifier_block event_nb;
/linux-master/include/linux/perf/
H A Driscv_pmu.h73 struct notifier_block riscv_pm_nb;
/linux-master/drivers/hv/
H A Dhv_common.c156 static int hv_die_panic_notify_crash(struct notifier_block *self,
159 static struct notifier_block hyperv_die_report_block = {
163 static struct notifier_block hyperv_panic_report_block = {
176 static int hv_die_panic_notify_crash(struct notifier_block *self,
/linux-master/kernel/trace/
H A Dtrace_printk.c88 static int module_trace_bprintk_format_notify(struct notifier_block *self,
174 module_trace_bprintk_format_notify(struct notifier_block *self,
196 struct notifier_block module_trace_bprintk_format_nb = {
/linux-master/drivers/watchdog/
H A Dimx_sc_wdt.c46 struct notifier_block wdt_notifier;
119 static int imx_sc_wdt_notify(struct notifier_block *nb,
136 struct notifier_block *wdt_notifier = data;
/linux-master/arch/x86/include/asm/
H A Dmce.h190 struct notifier_block;
191 extern void mce_register_decode_chain(struct notifier_block *nb);
192 extern void mce_unregister_decode_chain(struct notifier_block *nb);
/linux-master/include/crypto/
H A Dalgapi.h51 struct notifier_block;
253 int crypto_register_notifier(struct notifier_block *nb);
254 int crypto_unregister_notifier(struct notifier_block *nb);
/linux-master/kernel/
H A Dhung_task.c80 hung_task_panic(struct notifier_block *this, unsigned long event, void *ptr)
87 static struct notifier_block panic_block = {
338 static int hungtask_pm_notify(struct notifier_block *self,
/linux-master/drivers/infiniband/core/
H A Droce_gid_mgmt.c737 static int netdevice_event(struct notifier_block *this, unsigned long event,
817 static int addr_event(struct notifier_block *this, unsigned long event,
857 static int inetaddr_event(struct notifier_block *this, unsigned long event,
871 static int inet6addr_event(struct notifier_block *this, unsigned long event,
885 static struct notifier_block nb_netdevice = {
889 static struct notifier_block nb_inetaddr = {
893 static struct notifier_block nb_inet6addr = {
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c720 static int ipvlan_device_event(struct notifier_block *unused,
887 static int ipvlan_addr6_event(struct notifier_block *unused,
911 static int ipvlan_addr6_validator_event(struct notifier_block *unused,
955 static int ipvlan_addr4_event(struct notifier_block *unused,
982 static int ipvlan_addr4_validator_event(struct notifier_block *unused,
1005 static struct notifier_block ipvlan_addr4_notifier_block __read_mostly = {
1009 static struct notifier_block ipvlan_addr4_vtor_notifier_block __read_mostly = {
1013 static struct notifier_block ipvlan_notifier_block __read_mostly = {
1018 static struct notifier_block ipvlan_addr6_notifier_block __read_mostly = {
1022 static struct notifier_block ipvlan_addr6_vtor_notifier_bloc
[all...]
/linux-master/net/switchdev/
H A Dswitchdev.c479 * @nb: notifier_block
483 int register_switchdev_notifier(struct notifier_block *nb)
491 * @nb: notifier_block
495 int unregister_switchdev_notifier(struct notifier_block *nb)
519 int register_switchdev_blocking_notifier(struct notifier_block *nb)
527 int unregister_switchdev_blocking_notifier(struct notifier_block *nb)
984 struct notifier_block *atomic_nb,
985 struct notifier_block *blocking_nb,
1011 struct notifier_block *atomic_nb,
1012 struct notifier_block *blocking_n
[all...]

Completed in 440 milliseconds

<<11121314151617181920>>