Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/linux/net/x25/
A Dx25_link.c42 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer()
49 struct x25_neigh *nb = from_timer(nb, t, t20timer); in x25_t20timer_expiry() local
56 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer()
233 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
250 void x25_link_terminated(struct x25_neigh *nb) in x25_link_terminated()
265 struct x25_neigh *nb = kmalloc(sizeof(*nb), GFP_ATOMIC); in x25_link_device_up() local
299 static void __x25_remove_neigh(struct x25_neigh *nb) in __x25_remove_neigh()
312 struct x25_neigh *nb; in x25_link_device_down() local
334 struct x25_neigh *nb, *use = NULL; in x25_get_neigh() local
356 struct x25_neigh *nb; in x25_subscr_ioctl() local
[all …]
A Dx25_dev.c26 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data()
98 struct x25_neigh *nb; in x25_lapb_receive_frame() local
148 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link()
173 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
195 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
/linux/net/core/
A Dfib_notifier.c18 int call_fib_notifier(struct notifier_block *nb, in call_fib_notifier()
60 static int fib_net_dump(struct net *net, struct notifier_block *nb, in fib_net_dump()
83 static bool fib_dump_is_consistent(struct net *net, struct notifier_block *nb, in fib_dump_is_consistent()
84 void (*cb)(struct notifier_block *nb), in fib_dump_is_consistent()
99 int register_fib_notifier(struct net *net, struct notifier_block *nb, in register_fib_notifier()
100 void (*cb)(struct notifier_block *nb), in register_fib_notifier()
121 int unregister_fib_notifier(struct net *net, struct notifier_block *nb) in unregister_fib_notifier()
A Dnetevent.c28 int register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
44 int unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Devents.c11 struct mlx5_nb nb; member
141 static int any_notifier(struct notifier_block *nb, in any_notifier()
154 static int temp_warn(struct notifier_block *nb, unsigned long type, void *data) in temp_warn()
216 static int port_module(struct notifier_block *nb, unsigned long type, void *data) in port_module()
305 static int pcie_core(struct notifier_block *nb, unsigned long type, void *data) in pcie_core()
330 static int forward_event(struct notifier_block *nb, unsigned long event, void *data) in forward_event()
394 int mlx5_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_register()
402 int mlx5_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_unregister()
418 int mlx5_blocking_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_blocking_notifier_register()
425 int mlx5_blocking_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_blocking_notifier_unregister()
/linux/include/linux/
A Dextcon.h252 unsigned int id, struct notifier_block *nb) in extcon_register_notifier()
258 unsigned int id, struct notifier_block *nb) in extcon_unregister_notifier()
265 struct notifier_block *nb) in devm_extcon_register_notifier()
272 struct notifier_block *nb) { } in devm_extcon_unregister_notifier()
275 struct notifier_block *nb) in extcon_register_notifier_all()
281 struct notifier_block *nb) in extcon_unregister_notifier_all()
288 struct notifier_block *nb) in devm_extcon_register_notifier_all()
295 struct notifier_block *nb) { } in devm_extcon_unregister_notifier_all()
332 struct notifier_block *nb) in extcon_register_interest()
A Dmemory.h117 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier()
121 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier()
133 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
134 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument
162 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
163 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
A Dcpu_pm.h70 static inline int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier()
75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
/linux/tools/lib/bpf/
A Dxsk.h157 static inline __u32 xsk_prod_nb_free(struct xsk_ring_prod *r, __u32 nb) in xsk_prod_nb_free()
177 static inline __u32 xsk_cons_nb_avail(struct xsk_ring_cons *r, __u32 nb) in xsk_cons_nb_avail()
189 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx) in xsk_ring_prod__reserve()
200 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit()
208 static inline __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx) in xsk_ring_cons__peek()
220 static inline void xsk_ring_cons__cancel(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__cancel()
225 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__release()
/linux/drivers/extcon/
A Ddevres.c35 struct notifier_block *nb; member
173 unsigned int id, struct notifier_block *nb) in devm_extcon_register_notifier()
208 struct notifier_block *nb) in devm_extcon_unregister_notifier()
229 struct notifier_block *nb) in devm_extcon_register_notifier_all()
262 struct notifier_block *nb) in devm_extcon_unregister_notifier_all()
/linux/arch/powerpc/lib/
A Dsstep.c111 unsigned long ea, int nb) in address_ok()
265 static nokprobe_inline void do_byte_reverse(void *ptr, int nb) in do_byte_reverse()
410 unsigned long ea, int nb, in read_mem_unaligned()
433 static int read_mem(unsigned long *dest, unsigned long ea, int nb, in read_mem()
546 unsigned long ea, int nb, in write_mem_unaligned()
564 static int write_mem(unsigned long val, unsigned long ea, int nb, in write_mem()
583 int err, rn, nb; in do_fp_load() local
634 int rn, nb; in do_fp_store() local
2564 int nb; in analyse_instr() local
2613 int nb; in analyse_instr() local
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_switchdev.c189 struct notifier_block *nb, in sparx5_netdevice_port_event()
212 static int sparx5_netdevice_event(struct notifier_block *nb, in sparx5_netdevice_event()
366 struct notifier_block *nb, in sparx5_handle_port_vlan_add()
391 struct notifier_block *nb, in sparx5_handle_port_obj_add()
412 struct notifier_block *nb, in sparx5_handle_port_vlan_del()
442 struct notifier_block *nb, in sparx5_handle_port_obj_del()
462 static int sparx5_switchdev_blocking_event(struct notifier_block *nb, in sparx5_switchdev_blocking_event()
/linux/drivers/platform/chrome/
A Dcros_usbpd_notify.c23 struct notifier_block nb; member
36 int cros_usbpd_register_notify(struct notifier_block *nb) in cros_usbpd_register_notify()
50 void cros_usbpd_unregister_notify(struct notifier_block *nb) in cros_usbpd_unregister_notify()
165 static int cros_usbpd_notify_plat(struct notifier_block *nb, in cros_usbpd_notify_plat()
/linux/drivers/video/fbdev/core/
A Dfb_notify.c25 int fb_register_client(struct notifier_block *nb) in fb_register_client()
37 int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client()
/linux/net/dcb/
A Ddcbevent.c15 int register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
21 int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/linux/arch/x86/events/amd/
A Dcore.c356 struct amd_nb *nb = cpuc->amd_nb; in amd_has_nb() local
385 struct amd_nb *nb = cpuc->amd_nb; in __amd_put_nb_event_constraints() local
443 struct amd_nb *nb = cpuc->amd_nb; in __amd_get_nb_event_constraints() local
494 struct amd_nb *nb; in amd_alloc_nb() local
533 struct amd_nb *nb; in amd_pmu_cpu_starting() local
570 struct amd_nb *nb = cpuhw->amd_nb; in amd_pmu_cpu_dead() local
/linux/include/net/
A Ddcbevent.h21 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
26 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
A Dvhca_event.c14 struct mlx5_nb nb; member
103 mlx5_vhca_state_change_notifier(struct notifier_block *nb, unsigned long type, void *data) in mlx5_vhca_state_change_notifier()
181 int mlx5_vhca_event_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_vhca_event_notifier_register()
188 void mlx5_vhca_event_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_vhca_event_notifier_unregister()
/linux/drivers/usb/core/
A Dnotify.c29 void usb_register_notify(struct notifier_block *nb) in usb_register_notify()
42 void usb_unregister_notify(struct notifier_block *nb) in usb_unregister_notify()
/linux/include/linux/firmware/imx/
A Dsci.h36 static inline int imx_scu_irq_register_notifier(struct notifier_block *nb) in imx_scu_irq_register_notifier()
41 static inline int imx_scu_irq_unregister_notifier(struct notifier_block *nb) in imx_scu_irq_unregister_notifier()
/linux/drivers/acpi/
A Dhed.c28 int register_acpi_hed_notifier(struct notifier_block *nb) in register_acpi_hed_notifier()
34 void unregister_acpi_hed_notifier(struct notifier_block *nb) in unregister_acpi_hed_notifier()
/linux/include/linux/remoteproc/
A Dqcom_rproc.h35 struct notifier_block *nb) in qcom_register_ssr_notifier()
41 struct notifier_block *nb) in qcom_unregister_ssr_notifier()
/linux/net/ipv6/
A Daddrconf_core.c95 int register_inet6addr_notifier(struct notifier_block *nb) in register_inet6addr_notifier()
101 int unregister_inet6addr_notifier(struct notifier_block *nb) in unregister_inet6addr_notifier()
113 int register_inet6addr_validator_notifier(struct notifier_block *nb) in register_inet6addr_validator_notifier()
119 int unregister_inet6addr_validator_notifier(struct notifier_block *nb) in unregister_inet6addr_validator_notifier()
A Dfib6_notifier.c10 int call_fib6_notifier(struct notifier_block *nb, in call_fib6_notifier()
30 static int fib6_dump(struct net *net, struct notifier_block *nb, in fib6_dump()
/linux/arch/arm/include/asm/
A DbL_switcher.h58 static inline int bL_switcher_register_notifier(struct notifier_block *nb) in bL_switcher_register_notifier()
63 static inline int bL_switcher_unregister_notifier(struct notifier_block *nb) in bL_switcher_unregister_notifier()

Completed in 131 milliseconds

12345678910>>...29