Searched refs:nb (Results 1 - 25 of 868) sorted by last modified time

1234567891011>>

/linux-master/kernel/
H A Dcpu.c2039 cpu_hotplug_pm_callback(struct notifier_block *nb, argument
H A Dkprobes.c2620 static int kprobes_module_callback(struct notifier_block *nb, argument
/linux-master/drivers/phy/ti/
H A Dphy-tusb1210.c376 static int tusb1210_psy_notifier(struct notifier_block *nb, argument
379 struct tusb1210 *tusb = container_of(nb, struct tusb1210, psy_nb);
/linux-master/net/wireless/
H A Dnl80211.c19914 static int nl80211_netlink_notify(struct notifier_block * nb, argument
/linux-master/net/bluetooth/
H A Dl2cap_sock.c1571 unsigned long len, int nb)
1578 skb = bt_skb_send_alloc(sk, hdr_len + len, nb, &err);
1569 l2cap_sock_alloc_skb_cb(struct l2cap_chan *chan, unsigned long hdr_len, unsigned long len, int nb) argument
/linux-master/fs/ntfs3/
H A Dntfs_fs.h329 struct ntfs_buffers nb; member in struct:mft_inode
404 struct ntfs_buffers nb; member in struct:indx_node
625 u64 vbo, void *buf, u32 bytes, struct ntfs_buffers *nb);
628 struct ntfs_buffers *nb);
630 u32 bytes, struct ntfs_buffers *nb);
632 struct ntfs_buffers *nb, int sync);
1092 static inline void nb_put(struct ntfs_buffers *nb) argument
1094 u32 i, nbufs = nb->nbufs;
1100 put_bh(nb->bh[i]);
1101 nb
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c6362 static int mac80211_hwsim_netlink_notify(struct notifier_block *nb, argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c494 static int vxlan_fdb_notify_one(struct notifier_block *nb, argument
504 rc = nb->notifier_call(nb, SWITCHDEV_VXLAN_FDB_ADD_TO_DEVICE,
510 struct notifier_block *nb,
528 rc = vxlan_fdb_notify_one(nb, vxlan,
4789 static int vxlan_nexthop_event(struct notifier_block *nb, argument
509 vxlan_fdb_replay(const struct net_device *dev, __be32 vni, struct notifier_block *nb, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c127 struct notifier_block nb; member in struct:mlx5e_macsec
1548 static int macsec_obj_change_event(struct notifier_block *nb, unsigned long event, void *data) argument
1550 struct mlx5e_macsec *macsec = container_of(nb, struct mlx5e_macsec, nb);
1765 macsec->nb.notifier_call = macsec_obj_change_event;
1766 mlx5_notifier_register(mdev, &macsec->nb);
1790 mlx5_notifier_unregister(mdev, &macsec->nb);
/linux-master/include/linux/
H A Dclk.h97 * @nb: notifier block with callback function pointer
103 int clk_notifier_register(struct clk *clk, struct notifier_block *nb);
108 * @nb: notifier block which will be unregistered
110 int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb);
116 * @nb: notifier block with callback function pointer
121 struct notifier_block *nb);
234 struct notifier_block *nb)
240 struct notifier_block *nb)
247 struct notifier_block *nb)
233 clk_notifier_register(struct clk *clk, struct notifier_block *nb) argument
239 clk_notifier_unregister(struct clk *clk, struct notifier_block *nb) argument
245 devm_clk_notifier_register(struct device *dev, struct clk *clk, struct notifier_block *nb) argument
/linux-master/drivers/tty/serial/8250/
H A D8250_dw.c59 static inline struct dw8250_data *clk_to_dw8250_data(struct notifier_block *nb) argument
61 return container_of(nb, struct dw8250_data, clk_notifier);
314 static int dw8250_clk_notifier_cb(struct notifier_block *nb, argument
317 struct dw8250_data *d = clk_to_dw8250_data(nb);
/linux-master/drivers/clk/
H A Dclk.c4784 * @nb: struct notifier_block * with callback info
4801 int clk_notifier_register(struct clk *clk, struct notifier_block *nb) argument
4806 if (!clk || !nb)
4827 ret = srcu_notifier_chain_register(&cn->notifier_head, nb);
4841 * @nb: struct notifier_block * with callback info
4849 int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb) argument
4854 if (!clk || !nb)
4861 ret = srcu_notifier_chain_unregister(&cn->notifier_head, nb);
4883 struct notifier_block *nb; member in struct:clk_notifier_devres
4890 clk_notifier_unregister(devres->clk, devres->nb);
4893 devm_clk_notifier_register(struct device *dev, struct clk *clk, struct notifier_block *nb) argument
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dmain.c2226 static int keyboard_notifier_call(struct notifier_block *nb, argument
2296 static int vt_notifier_call(struct notifier_block *nb, argument
/linux-master/arch/x86/kvm/
H A Dx86.c9543 static int kvmclock_cpufreq_notifier(struct notifier_block *nb, unsigned long val, argument
9628 static int pvclock_gtod_notify(struct notifier_block *nb, unsigned long unused, argument
/linux-master/arch/powerpc/kernel/
H A Diommu.c159 static int fail_iommu_bus_notify(struct notifier_block *nb, argument
/linux-master/net/core/
H A Ddev.c1637 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, argument
1644 return nb->notifier_call(nb, val, &info);
1647 static int call_netdevice_register_notifiers(struct notifier_block *nb, argument
1652 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev);
1660 call_netdevice_notifier(nb, NETDEV_UP, dev);
1664 static void call_netdevice_unregister_notifiers(struct notifier_block *nb, argument
1668 call_netdevice_notifier(nb, NETDEV_GOING_DOWN,
1670 call_netdevice_notifier(nb, NETDEV_DOWN, dev);
1672 call_netdevice_notifier(nb, NETDEV_UNREGISTE
1675 call_netdevice_register_net_notifiers(struct notifier_block *nb, struct net *net) argument
1694 call_netdevice_unregister_net_notifiers(struct notifier_block *nb, struct net *net) argument
1719 register_netdevice_notifier(struct notifier_block *nb) argument
1766 unregister_netdevice_notifier(struct notifier_block *nb) argument
1788 __register_netdevice_notifier_net(struct net *net, struct notifier_block *nb, bool ignore_call_fail) argument
1811 __unregister_netdevice_notifier_net(struct net *net, struct notifier_block *nb) argument
1839 register_netdevice_notifier_net(struct net *net, struct notifier_block *nb) argument
1866 unregister_netdevice_notifier_net(struct net *net, struct notifier_block *nb) argument
1878 __move_netdevice_notifier_net(struct net *src_net, struct net *dst_net, struct notifier_block *nb) argument
1886 register_netdevice_notifier_dev_net(struct net_device *dev, struct notifier_block *nb, struct netdev_net_notifier *nn) argument
1903 unregister_netdevice_notifier_dev_net(struct net_device *dev, struct notifier_block *nb, struct netdev_net_notifier *nn) argument
[all...]
/linux-master/drivers/platform/x86/amd/pmf/
H A Dcore.c61 static int amd_pmf_pwr_src_notify_call(struct notifier_block *nb, unsigned long event, void *data) argument
63 struct amd_pmf_dev *pmf = container_of(nb, struct amd_pmf_dev, pwr_src_notifier);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c228 if (ldev->nb.notifier_call)
229 unregister_netdevice_notifier_net(&init_net, &ldev->nb);
266 ldev->nb.notifier_call = mlx5_lag_netdev_event;
267 if (register_netdevice_notifier_net(&init_net, &ldev->nb)) {
268 ldev->nb.notifier_call = NULL;
1156 ldev = container_of(this, struct mlx5_lag, nb);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c3437 int mlx5_esw_funcs_changed_handler(struct notifier_block *nb, unsigned long type, void *data) argument
3447 esw_funcs = mlx5_nb_cof(nb, struct mlx5_esw_functions, nb);
H A Den_main.c152 static int async_event(struct notifier_block *nb, unsigned long event, void *data) argument
154 struct mlx5e_priv *priv = container_of(nb, struct mlx5e_priv, events_nb);
238 static int blocking_event(struct notifier_block *nb, unsigned long event, void *data) argument
240 struct mlx5e_priv *priv = container_of(nb, struct mlx5e_priv, blocking_events_nb);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c275 static int vmwgfx_pm_notifier(struct notifier_block *nb, unsigned long val,
1459 static int vmwgfx_pm_notifier(struct notifier_block *nb, unsigned long val, argument
1463 container_of(nb, struct vmw_private, pm_nb);
/linux-master/drivers/char/
H A Drandom.c152 int __cold execute_with_initialized_rng(struct notifier_block *nb) argument
159 nb->notifier_call(nb, 0, NULL);
161 ret = raw_notifier_chain_register((struct raw_notifier_head *)&random_ready_notifier.head, nb);
810 static int random_pm_notification(struct notifier_block *nb, unsigned long action, void *data) argument
980 int __cold register_random_vmfork_notifier(struct notifier_block *nb) argument
982 return blocking_notifier_chain_register(&vmfork_chain, nb);
986 int __cold unregister_random_vmfork_notifier(struct notifier_block *nb) argument
988 return blocking_notifier_chain_unregister(&vmfork_chain, nb);
/linux-master/drivers/iommu/intel/
H A Diommu.c3396 static int intel_iommu_memory_notifier(struct notifier_block *nb, argument
/linux-master/drivers/cache/
H A Dsifive_ccache.c131 int register_sifive_ccache_error_notifier(struct notifier_block *nb) argument
133 return atomic_notifier_chain_register(&ccache_err_chain, nb);
137 int unregister_sifive_ccache_error_notifier(struct notifier_block *nb) argument
139 return atomic_notifier_chain_unregister(&ccache_err_chain, nb);
/linux-master/net/ipv6/
H A Dip6_fib.c365 static int call_fib6_entry_notifier(struct notifier_block *nb, argument
375 return call_fib6_notifier(nb, event_type, &info.info);
378 static int call_fib6_multipath_entry_notifier(struct notifier_block *nb, argument
390 return call_fib6_notifier(nb, event_type, &info.info);
436 struct notifier_block *nb; member in struct:fib6_dump_arg
449 err = call_fib6_multipath_entry_notifier(arg->nb, fib_event,
454 err = call_fib6_entry_notifier(arg->nb, fib_event, rt,
482 int fib6_tables_dump(struct net *net, struct notifier_block *nb, argument
496 arg.nb = nb;
[all...]

Completed in 694 milliseconds

1234567891011>>