Lines Matching refs:notifier_block
207 struct notifier_block *atomic_nb;
208 struct notifier_block *blocking_nb;
293 struct notifier_block *atomic_nb,
294 struct notifier_block *blocking_nb,
299 struct notifier_block *atomic_nb,
300 struct notifier_block *blocking_nb);
303 struct notifier_block *atomic_nb,
304 struct notifier_block *blocking_nb,
317 int register_switchdev_notifier(struct notifier_block *nb);
318 int unregister_switchdev_notifier(struct notifier_block *nb);
323 int register_switchdev_blocking_notifier(struct notifier_block *nb);
324 int unregister_switchdev_blocking_notifier(struct notifier_block *nb);
376 struct notifier_block *atomic_nb, in switchdev_bridge_port_offload()
377 struct notifier_block *blocking_nb, in switchdev_bridge_port_offload()
387 struct notifier_block *atomic_nb, in switchdev_bridge_port_unoffload()
388 struct notifier_block *blocking_nb) in switchdev_bridge_port_unoffload()
416 static inline int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier()
421 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
435 register_switchdev_blocking_notifier(struct notifier_block *nb) in register_switchdev_blocking_notifier()
441 unregister_switchdev_blocking_notifier(struct notifier_block *nb) in unregister_switchdev_blocking_notifier()