Lines Matching refs:notifier_block
186 struct notifier_block *atomic_nb;
187 struct notifier_block *blocking_nb;
267 struct notifier_block *atomic_nb,
268 struct notifier_block *blocking_nb,
273 struct notifier_block *atomic_nb,
274 struct notifier_block *blocking_nb);
286 int register_switchdev_notifier(struct notifier_block *nb);
287 int unregister_switchdev_notifier(struct notifier_block *nb);
292 int register_switchdev_blocking_notifier(struct notifier_block *nb);
293 int unregister_switchdev_blocking_notifier(struct notifier_block *nb);
349 struct notifier_block *atomic_nb, in switchdev_bridge_port_offload()
350 struct notifier_block *blocking_nb, in switchdev_bridge_port_offload()
360 struct notifier_block *atomic_nb, in switchdev_bridge_port_unoffload()
361 struct notifier_block *blocking_nb) in switchdev_bridge_port_unoffload()
389 static inline int register_switchdev_notifier(struct notifier_block *nb) in register_switchdev_notifier()
394 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier()
408 register_switchdev_blocking_notifier(struct notifier_block *nb) in register_switchdev_blocking_notifier()
414 unregister_switchdev_blocking_notifier(struct notifier_block *nb) in unregister_switchdev_blocking_notifier()