Searched refs:notifier_block (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/ofed/include/linux/ |
| HD | netdevice.h | 73 struct notifier_block *nb; in _handle_ifnet_link_event() 85 struct notifier_block *nb; in _handle_ifnet_arrival_event() 94 struct notifier_block *nb; in _handle_ifnet_departure_event() 103 struct notifier_block *nb; in _handle_iflladdr_event() 112 struct notifier_block *nb; in _handle_ifaddr_event() 119 register_netdevice_notifier(struct notifier_block *nb) in register_netdevice_notifier() 135 register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier() 144 unregister_netdevice_notifier(struct notifier_block *nb) in unregister_netdevice_notifier() 158 unregister_inetaddr_notifier(struct notifier_block *nb) in unregister_inetaddr_notifier()
|
| HD | notifier.h | 41 struct notifier_block { struct 42 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument 43 struct notifier_block *next; argument
|
| /trueos/sys/ofed/include/net/ |
| HD | netevent.h | 48 struct notifier_block *nb; in _handle_arp_update_event() 55 register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier() 63 unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
|
| /trueos/sys/ofed/drivers/net/mlx4/ |
| HD | sys_tune.c | 210 static int sys_tune_cpu_notify(struct notifier_block *self, in sys_tune_cpu_notify() 246 static struct notifier_block sys_tune_cpu_nb = {
|
| /trueos/sys/dev/drm2/i915/ |
| HD | intel_opregion.c | 296 static int intel_opregion_video_event(struct notifier_block *nb, 323 static struct notifier_block intel_opregion_notifier = {
|
| HD | intel_lvds.c | 513 static int intel_lid_notify(struct notifier_block *nb, unsigned long val, in intel_lid_notify()
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | addr.c | 605 static int netevent_callback(struct notifier_block *self, unsigned long event, in netevent_callback() 622 static struct notifier_block nb = {
|
| HD | cma.c | 3241 static int cma_netdev_callback(struct notifier_block *self, unsigned long event, 3276 static struct notifier_block cma_nb = {
|
| /trueos/sys/dev/drm2/ |
| HD | drm_fb_helper.c | 372 int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed, 387 static struct notifier_block paniced = {
|
| /trueos/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | mlx4_ib.h | 481 struct notifier_block nb;
|
| HD | main.c | 1510 static int mlx4_ib_netdev_event(struct notifier_block *this, unsigned long event, in mlx4_ib_netdev_event()
|