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,
320 int register_switchdev_notifier(struct notifier_block *nb);
321 int unregister_switchdev_notifier(struct notifier_block *nb);
326 int register_switchdev_blocking_notifier(struct notifier_block *nb);
327 int unregister_switchdev_blocking_notifier(struct notifier_block *nb);
379 struct notifier_block *atomic_nb, in switchdev_bridge_port_offload()
380 struct notifier_block *blocking_nb, in switchdev_bridge_port_offload()
390 struct notifier_block *atomic_nb, in switchdev_bridge_port_unoffload()
391 struct notifier_block *blocking_nb) in switchdev_bridge_port_unoffload()
419 static inline int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier()
424 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
438 register_switchdev_blocking_notifier(struct notifier_block *nb) in register_switchdev_blocking_notifier()
444 unregister_switchdev_blocking_notifier(struct notifier_block *nb) in unregister_switchdev_blocking_notifier()