Home
last modified time | relevance | path

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

12345678910>>...49

/kernel/linux/linux-5.10/net/x25/
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()
61 static inline int x25_t20timer_pending(struct x25_neigh *nb) in x25_t20timer_pending()
69 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control()
112 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request()
139 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation()
165 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request()
192 void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) in x25_transmit_link()
213 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
[all …]
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()
177 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
203 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
/kernel/linux/linux-4.19/net/x25/
Dx25_link.c47 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer()
54 struct x25_neigh *nb = from_timer(nb, t, t20timer); in x25_t20timer_expiry() local
61 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer()
66 static inline int x25_t20timer_pending(struct x25_neigh *nb) in x25_t20timer_pending()
74 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control()
117 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request()
144 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation()
170 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request()
197 void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) in x25_transmit_link()
218 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
[all …]
Dx25_dev.c31 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data()
103 struct x25_neigh *nb; in x25_lapb_receive_frame() local
153 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link()
182 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
208 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
/kernel/linux/linux-4.19/net/core/
Dfib_notifier.c12 int call_fib_notifier(struct notifier_block *nb, struct net *net, in call_fib_notifier()
59 static int fib_net_dump(struct net *net, struct notifier_block *nb) in fib_net_dump()
77 static bool fib_dump_is_consistent(struct notifier_block *nb, in fib_dump_is_consistent()
78 void (*cb)(struct notifier_block *nb), in fib_dump_is_consistent()
91 int register_fib_notifier(struct notifier_block *nb, in register_fib_notifier()
92 void (*cb)(struct notifier_block *nb)) in register_fib_notifier()
121 int unregister_fib_notifier(struct notifier_block *nb) in unregister_fib_notifier()
Dnetevent.c32 int register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
48 int unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/kernel/linux/linux-4.19/include/linux/
Dmemory.h87 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier()
91 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier()
98 static inline int register_memory_isolate_notifier(struct notifier_block *nb) in register_memory_isolate_notifier()
102 static inline void unregister_memory_isolate_notifier(struct notifier_block *nb) in unregister_memory_isolate_notifier()
133 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
134 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
138 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
139 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument
/kernel/linux/linux-5.10/net/core/
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()
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()
/kernel/linux/linux-5.10/include/linux/
Dmemory.h69 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier()
73 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier()
101 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
102 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
106 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
107 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Devents.c11 struct mlx5_nb nb; member
137 static int any_notifier(struct notifier_block *nb, in any_notifier()
150 static int temp_warn(struct notifier_block *nb, unsigned long type, void *data) in temp_warn()
212 static int port_module(struct notifier_block *nb, unsigned long type, void *data) in port_module()
301 static int pcie_core(struct notifier_block *nb, unsigned long type, void *data) in pcie_core()
326 static int forward_event(struct notifier_block *nb, unsigned long event, void *data) in forward_event()
386 int mlx5_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_register()
394 int mlx5_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_unregister()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dxsk.h85 static inline __u32 xsk_prod_nb_free(struct xsk_ring_prod *r, __u32 nb) in xsk_prod_nb_free()
104 static inline __u32 xsk_cons_nb_avail(struct xsk_ring_cons *r, __u32 nb) in xsk_cons_nb_avail()
117 size_t nb, __u32 *idx) in xsk_ring_prod__reserve()
128 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, size_t nb) in xsk_ring_prod__submit()
139 size_t nb, __u32 *idx) in xsk_ring_cons__peek()
156 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, size_t nb) in xsk_ring_cons__release()
/kernel/linux/linux-5.10/drivers/extcon/
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()
/kernel/linux/linux-4.19/drivers/extcon/
Ddevres.c43 struct notifier_block *nb; member
181 unsigned int id, struct notifier_block *nb) in devm_extcon_register_notifier()
216 struct notifier_block *nb) in devm_extcon_unregister_notifier()
237 struct notifier_block *nb) in devm_extcon_register_notifier_all()
270 struct notifier_block *nb) in devm_extcon_unregister_notifier_all()
/kernel/linux/linux-4.19/include/linux/remoteproc/
Dqcom_rproc.h13 static inline int qcom_register_ssr_notifier(struct notifier_block *nb) in qcom_register_ssr_notifier()
18 static inline void qcom_unregister_ssr_notifier(struct notifier_block *nb) {} in qcom_unregister_ssr_notifier()
/kernel/linux/linux-5.10/net/dcb/
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()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfb_notify.c23 int fb_register_client(struct notifier_block *nb) in fb_register_client()
33 int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client()
/kernel/linux/linux-4.19/drivers/video/fbdev/core/
Dfb_notify.c23 int fb_register_client(struct notifier_block *nb) in fb_register_client()
33 int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client()
/kernel/linux/linux-4.19/net/dcb/
Ddcbevent.c26 int register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
32 int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/kernel/linux/linux-4.19/include/acpi/
Dbutton.h12 static inline int acpi_lid_notifier_register(struct notifier_block *nb) in acpi_lid_notifier_register()
16 static inline int acpi_lid_notifier_unregister(struct notifier_block *nb) in acpi_lid_notifier_unregister()
/kernel/linux/linux-4.19/kernel/
Dreboot.c86 int register_reboot_notifier(struct notifier_block *nb) in register_reboot_notifier()
101 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier()
112 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier()
178 int register_restart_handler(struct notifier_block *nb) in register_restart_handler()
193 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler()
/kernel/linux/linux-4.19/arch/x86/events/amd/
Dcore.c337 struct amd_nb *nb = cpuc->amd_nb; in amd_has_nb() local
366 struct amd_nb *nb = cpuc->amd_nb; in __amd_put_nb_event_constraints() local
424 struct amd_nb *nb = cpuc->amd_nb; in __amd_get_nb_event_constraints() local
475 struct amd_nb *nb; in amd_alloc_nb() local
514 struct amd_nb *nb; in amd_pmu_cpu_starting() local
551 struct amd_nb *nb = cpuhw->amd_nb; in amd_pmu_cpu_dead() local
/kernel/linux/linux-5.10/kernel/
Dreboot.c89 int register_reboot_notifier(struct notifier_block *nb) in register_reboot_notifier()
104 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier()
115 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier()
181 int register_restart_handler(struct notifier_block *nb) in register_restart_handler()
196 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler()
/kernel/linux/linux-4.19/include/net/
Ddcbevent.h32 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
37 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()

12345678910>>...49