Home
last modified time | relevance | path

Searched refs:list_for_each_entry (Results 1 – 25 of 3813) sorted by relevance

12345678910>>...153

/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dprotocol.c72 list_for_each_entry(proto, &protocols, list) { in protocol_bind_all()
73 list_for_each_entry(receiver, &proto->receivers, proto_list) { in protocol_bind_all()
135 list_for_each_entry(proto, &protocols, list) { in protocol_unbind_all()
136 list_for_each_entry(listener, &proto->receivers, rx.proto_list) in protocol_unbind_all()
155 list_for_each_entry(proto, &protocols, list) { in protocol_stop_now()
176 list_for_each_entry(proto, &protocols, list) { in protocol_pause_all()
177 list_for_each_entry(listener, &proto->receivers, rx.proto_list) in protocol_pause_all()
198 list_for_each_entry(proto, &protocols, list) { in protocol_resume_all()
199 list_for_each_entry(listener, &proto->receivers, rx.proto_list) in protocol_resume_all()
217 list_for_each_entry(proto, &protocols, list) { in protocol_enable_all()
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dprotocol.c75 list_for_each_entry(proto, &protocols, list) { in protocol_bind_all()
76 list_for_each_entry(receiver, &proto->receivers, proto_list) { in protocol_bind_all()
138 list_for_each_entry(proto, &protocols, list) { in protocol_unbind_all()
139 list_for_each_entry(listener, &proto->receivers, rx.proto_list) in protocol_unbind_all()
158 list_for_each_entry(proto, &protocols, list) { in protocol_stop_now()
179 list_for_each_entry(proto, &protocols, list) { in protocol_pause_all()
180 list_for_each_entry(listener, &proto->receivers, rx.proto_list) in protocol_pause_all()
201 list_for_each_entry(proto, &protocols, list) { in protocol_resume_all()
202 list_for_each_entry(listener, &proto->receivers, rx.proto_list) in protocol_resume_all()
220 list_for_each_entry(proto, &protocols, list) { in protocol_enable_all()
[all …]
/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dicon-find.c47 list_for_each_entry(s, &icon_dirs, list) { in get_parent_themes()
85 list_for_each_entry(dir, &icon_dirs, list) { in case_sensitize_themes()
109 list_for_each_entry(t, &theme_list, list) in icon_find_add_theme()
134 list_for_each_entry(t, &theme_list, list) in icon_find_print_themes()
150 list_for_each_entry(path, &icon_dirs, list) in init_icon_dirs()
154 list_for_each_entry(path, &icon_dirs, list) in init_icon_dirs()
273 list_for_each_entry(file, files, list) { in search_dir_for_files()
316 list_for_each_entry(icon, icons, list) { in all_icons_found()
339 list_for_each_entry(icon, icons, list) { in icon_find_all()
370 list_for_each_entry(s, &icon_dirs, list) in icon_find_all()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dts_info.c22 list_for_each_entry(iter, &ctx->cinfo_tree.pg_stream, pg_stream, struct cap_info) in need_cap_info()
29 list_for_each_entry(iter, &ctx->cinfo_tree.all_stream, all_stream, struct cap_info) in need_cap_info()
43 list_for_each_entry(iter, &ctx->cinfo_tree.all_stream, all_stream, struct cap_info) in ignore_other_stream()
53 list_for_each_entry(iter, &ctx->cinfo_tree.all_stream, all_stream, struct cap_info) in get_programme_number()
64 list_for_each_entry(iter, &program->sib_head, sib_stream, struct cap_info) in get_sib_stream_by_type()
93 list_for_each_entry(iter, &head->sib_head, sib_stream, struct cap_info) in ignore_other_sib_stream()
104 list_for_each_entry(iter, &ctx->cinfo_tree.all_stream, all_stream, struct cap_info) in get_best_stream()
109 list_for_each_entry(iter, &ctx->cinfo_tree.all_stream, all_stream, struct cap_info) in get_best_stream()
115 list_for_each_entry(iter, &ctx->cinfo_tree.all_stream, all_stream, struct cap_info) in get_best_stream()
186 list_for_each_entry(tmp, &ptr->all_stream, all_stream, struct cap_info) in update_capinfo()
[all …]
/dports/net/bmon/bmon-4.0/src/
H A Dmodule.c36 list_for_each_entry(m, &ss->s_mod_list, m_list) in module_foreach()
44 list_for_each_entry(m, &ss->s_mod_list, m_list) in module_foreach_run_enabled_pre()
53 list_for_each_entry(m, &ss->s_mod_list, m_list) in module_foreach_run_enabled()
62 list_for_each_entry(m, &ss->s_mod_list, m_list) in module_foreach_run_enabled_post()
71 list_for_each_entry(m, &ss->s_mod_list, m_list) in module_lookup()
86 list_for_each_entry(m, list, m_list) in module_list()
98 list_for_each_entry(tv, &cfg->m_attrs, tv_list) in module_configure()
143 list_for_each_entry(m, &tmp_list, m_list) { in module_set()
176 list_for_each_entry(ss, &subsys_list, s_list) { in module_init()
199 list_for_each_entry(ss, &subsys_list, s_list) in module_shutdown()
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dgroup.c85 list_for_each_entry (cur, &rp_groups, node) in get_group_list()
161 list_for_each_entry (cur, &rp_groups, node) in group_add_new_group()
182 list_for_each_entry (cur, &rp_groups, node) in group_resort_group()
220 list_for_each_entry (cur, &rp_groups, node) in group_last_group()
260 list_for_each_entry (cur, &rp_groups, node) in groups_find_group_by_number()
276 list_for_each_entry (cur, &rp_groups, node) in groups_find_group_by_window()
293 list_for_each_entry (cur, &rp_groups, node) in groups_find_group_by_group()
307 list_for_each_entry (cur, list, node) in group_find_window()
339 list_for_each_entry (cur, h, node) in group_insert_window()
356 list_for_each_entry (cur, h, node) in group_in_list()
[all …]
H A Dsplit.c164 list_for_each_entry (cur, &rp_screens, node) in init_frame_lists()
210 list_for_each_entry (cur, &s->frames, node) in find_windows_frame()
436 list_for_each_entry (cur, &s->frames, node) in resize_frame()
656 list_for_each_entry (cur, &s->frames, node) in total_frame_area()
687 list_for_each_entry (cur, &s->frames, node) in frame_overlaps()
717 list_for_each_entry (cur, &s->frames, node) in remove_frame()
925 list_for_each_entry (cur, &rp_screens, node) in hide_frame_indicator()
1006 list_for_each_entry (s, &rp_screens, node) in find_frame_up()
1025 list_for_each_entry (s, &rp_screens, node) in find_frame_down()
1044 list_for_each_entry (s, &rp_screens, node) in find_frame_left()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c113 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client()
121 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_client()
164 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_client()
192 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_ae_algo()
216 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_algo()
243 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo()
254 list_for_each_entry(client, &hnae3_client_list, node) in hnae3_unregister_ae_algo()
286 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_register_ae_dev()
313 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_dev()
347 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_unregister_ae_dev()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c113 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client()
121 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_client()
164 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_client()
192 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_ae_algo()
216 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_algo()
243 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo()
254 list_for_each_entry(client, &hnae3_client_list, node) in hnae3_unregister_ae_algo()
286 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_register_ae_dev()
313 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_dev()
347 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_unregister_ae_dev()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c113 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client()
121 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_client()
164 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_client()
192 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_ae_algo()
216 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_algo()
243 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo()
254 list_for_each_entry(client, &hnae3_client_list, node) in hnae3_unregister_ae_algo()
286 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_register_ae_dev()
313 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_dev()
347 list_for_each_entry(ae_algo, &hnae3_ae_algo_list, node) { in hnae3_unregister_ae_dev()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c78 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
88 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
115 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
120 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.base.head) in nv04_display_init()
130 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
142 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
156 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
172 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
200 list_for_each_entry(nv_crtc, &dev->mode_config.crtc_list, base.head) in nv04_display_destroy()
292 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c78 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
88 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
115 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
120 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.base.head) in nv04_display_init()
130 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
142 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
156 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
172 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
200 list_for_each_entry(nv_crtc, &dev->mode_config.crtc_list, base.head) in nv04_display_destroy()
292 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_create()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c78 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
88 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_fini()
115 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
120 list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.base.head) in nv04_display_init()
130 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
142 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
156 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
172 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_init()
200 list_for_each_entry(nv_crtc, &dev->mode_config.crtc_list, base.head) in nv04_display_destroy()
292 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_create()
[all …]
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dvscreen.c55 list_for_each_entry(cur, &rp_mapped_window, node) { in vscreen_del()
110 list_for_each_entry(scr, &rp_screens, node) { in vscreens_resize()
125 list_for_each_entry(scr, &rp_screens, node) { in vscreens_resize()
152 list_for_each_entry(cur, &v->frames, node) { in vscreen_copy_frameset()
176 list_for_each_entry(cur, &v->frames, node) { in vscreen_free_nums()
205 list_for_each_entry(cur, &v->frames, node) { in vscreen_get_frame()
218 list_for_each_entry(cur, &v->frames, node) { in vscreen_find_frame_by_frame()
443 list_for_each_entry(cur, &s->vscreens, node) { in screen_find_vscreen_by_number()
477 list_for_each_entry(cur, list, node) { in vscreen_find_window()
508 list_for_each_entry(cur, h, node) { in vscreen_insert_window()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_disp.c130 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_create()
136 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in nv04_display_create()
139 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_create()
158 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in nv04_display_destroy()
167 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_destroy()
173 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in nv04_display_destroy()
196 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in nv04_display_init()
202 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in nv04_display_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc_helper.c104 list_for_each_entry(connector, &dev->mode_config.connector_list, head) in drm_helper_encoder_in_use()
134 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) in drm_helper_crtc_in_use()
171 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in __drm_helper_disable_unused_functions()
179 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) { in __drm_helper_disable_unused_functions()
221 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in drm_crtc_prepare_encoders()
295 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in drm_crtc_helper_set_mode()
324 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in drm_crtc_helper_set_mode()
351 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in drm_crtc_helper_set_mode()
370 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in drm_crtc_helper_set_mode()
417 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in drm_crtc_helper_disable()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/virt/lib/
H A Dirqbypass.c104 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer()
111 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_register_producer()
154 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer()
158 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_unregister_producer()
200 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_register_consumer()
207 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer()
250 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_unregister_consumer()
254 list_for_each_entry(producer, &producers, node) { in irq_bypass_unregister_consumer()
/dports/multimedia/libv4l/linux-5.13-rc2/virt/lib/
H A Dirqbypass.c104 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer()
111 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_register_producer()
154 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer()
158 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_unregister_producer()
200 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_register_consumer()
207 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer()
250 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_unregister_consumer()
254 list_for_each_entry(producer, &producers, node) { in irq_bypass_unregister_consumer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/virt/lib/
H A Dirqbypass.c104 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer()
111 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_register_producer()
154 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer()
158 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_unregister_producer()
200 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_register_consumer()
207 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer()
250 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_unregister_consumer()
254 list_for_each_entry(producer, &producers, node) { in irq_bypass_unregister_consumer()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgf119.c44 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
52 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
59 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
65 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
70 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
77 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
84 list_for_each_entry(head, &disp->base.head, head) in gf119_disp_super()
164 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_intr()
199 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_init()
246 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgf119.c44 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
52 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
59 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
65 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
70 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
77 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
84 list_for_each_entry(head, &disp->base.head, head) in gf119_disp_super()
164 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_intr()
199 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_init()
246 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgf119.c44 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
52 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
59 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
65 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
70 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
77 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
84 list_for_each_entry(head, &disp->base.head, head) in gf119_disp_super()
164 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_intr()
199 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_init()
246 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_init()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dfilters.c70 list_for_each_entry(filter, &strm_flt(s)->filters, list) { \
119 list_for_each_entry(kwl, &flt_keywords.list, list) { in flt_find_kw()
144 list_for_each_entry(kwl, &flt_keywords.list, list) { in flt_dump_kws()
263 list_for_each_entry(fconf, &proxy->filter_configs, list) { in flt_init()
280 list_for_each_entry(fconf, &proxy->filter_configs, list) { in flt_init_per_thread()
336 list_for_each_entry(fconf, &proxy->filter_configs, list) { in flt_check()
466 list_for_each_entry(filter, &strm_flt(s)->filters, list) { in flt_stream_start()
482 list_for_each_entry(filter, &strm_flt(s)->filters, list) { in flt_stream_stop()
497 list_for_each_entry(filter, &strm_flt(s)->filters, list) { in flt_stream_check_timeouts()
517 list_for_each_entry(fconf, &be->filter_configs, list) { in flt_set_stream_backend()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dfilters.c67 list_for_each_entry(filter, &strm_flt(s)->filters, list) { \
116 list_for_each_entry(kwl, &flt_keywords.list, list) { in flt_find_kw()
141 list_for_each_entry(kwl, &flt_keywords.list, list) { in flt_dump_kws()
260 list_for_each_entry(fconf, &proxy->filter_configs, list) { in flt_init()
277 list_for_each_entry(fconf, &proxy->filter_configs, list) { in flt_init_per_thread()
339 list_for_each_entry(fconf, &proxy->filter_configs, list) { in flt_check()
466 list_for_each_entry(filter, &strm_flt(s)->filters, list) { in flt_stream_start()
484 list_for_each_entry(filter, &strm_flt(s)->filters, list) { in flt_stream_stop()
499 list_for_each_entry(filter, &strm_flt(s)->filters, list) { in flt_stream_check_timeouts()
519 list_for_each_entry(fconf, &be->filter_configs, list) { in flt_set_stream_backend()
[all …]
/dports/net/haproxy/haproxy-2.4.10/addons/ot/src/
H A Dscope.c214 list_for_each_entry(span, &(rt_ctx->spans), list) in flt_ot_scope_span_init()
222 list_for_each_entry(span, &(rt_ctx->spans), list) in flt_ot_scope_span_init()
232 list_for_each_entry(ctx, &(rt_ctx->contexts), list) in flt_ot_scope_span_init()
457 list_for_each_entry(span, &(rt_ctx->spans), list) { in flt_ot_scope_finish_mark()
470 list_for_each_entry(span, &(rt_ctx->spans), list) in flt_ot_scope_finish_mark()
476 list_for_each_entry(ctx, &(rt_ctx->contexts), list) in flt_ot_scope_finish_mark()
485 list_for_each_entry(span, &(rt_ctx->spans), list) in flt_ot_scope_finish_mark()
491 list_for_each_entry(ctx, &(rt_ctx->contexts), list) in flt_ot_scope_finish_mark()
500 list_for_each_entry(span, &(rt_ctx->spans), list) in flt_ot_scope_finish_mark()
551 list_for_each_entry(span, &(rt_ctx->spans), list) in flt_ot_scope_finish_marked()
[all …]

12345678910>>...153