/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 47 to 32-bit values for conns, packets, bps, cps and pps. 65 u64 conns, inpkts, outpkts, inbytes, outbytes; in ip_vs_read_cpu_stats() local 70 conns = s->cnt.conns; in ip_vs_read_cpu_stats() 76 sum->conns += conns; in ip_vs_read_cpu_stats() 85 sum->conns = s->cnt.conns; in ip_vs_read_cpu_stats() 111 rate = (s->kstats.conns - e->last_conns) << 9; in estimation_timer() 112 e->last_conns = s->kstats.conns; in estimation_timer() [all...] |
H A D | ip_vs_ctl.c | 820 IP_VS_SHOW_STATS_COUNTER(conns); in ip_vs_copy_stats() 834 dst->conns = (u32)src->conns; in ip_vs_export_stats_user() 855 IP_VS_ZERO_STATS_COUNTER(conns); in ip_vs_zero_stats() 2261 (unsigned long long)show.conns, in ip_vs_stats_show() 2297 u64 conns, inpkts, outpkts, inbytes, outbytes; in ip_vs_stats_percpu_show() local 2301 conns = u->cnt.conns; in ip_vs_stats_percpu_show() 2309 i, (u64)conns, (u64)inpkts, in ip_vs_stats_percpu_show() 2317 (unsigned long long)kstats.conns, in ip_vs_stats_percpu_show() [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-platform.c | 30 pdata->conns = devm_kcalloc(dev, pdata->nr_outport, in coresight_alloc_conns() 31 sizeof(*pdata->conns), GFP_KERNEL); in coresight_alloc_conns() 32 if (!pdata->conns) in coresight_alloc_conns() 254 conn = &pdata->conns[endpoint.port]; in of_coresight_parse_endpoint() 691 struct coresight_connection *conns, *ptr; in acpi_coresight_parse_graph() local 708 conns = devm_kcalloc(&adev->dev, nlinks, sizeof(*conns), GFP_KERNEL); in acpi_coresight_parse_graph() 709 if (!conns) in acpi_coresight_parse_graph() 711 ptr = conns; in acpi_coresight_parse_graph() 743 for (i = 0; conns in acpi_coresight_parse_graph() [all...] |
H A D | coresight-core.c | 119 conn = &parent->pdata->conns[i]; in coresight_find_link_inport() 137 conn = &csdev->pdata->conns[i]; in coresight_find_link_outport() 597 child_dev = csdev->pdata->conns[i].child_dev; in coresight_find_enabled_sink() 708 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device() 719 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device() 738 child = csdev->pdata->conns[i].child_dev; in coresight_drop_device() 771 child_dev = csdev->pdata->conns[i].child_dev; in _coresight_build_path() 942 child_dev = csdev->pdata->conns[i].child_dev; in coresight_find_sink() 1293 conn = &i_csdev->pdata->conns[i]; in coresight_orphan_match() 1334 struct coresight_connection *conn = &csdev->pdata->conns[ in coresight_fixup_device_conns() 1459 struct coresight_connection *conns = pdata->conns; coresight_release_platform_data() local [all...] |
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_device.c | 468 int i, conn_len, conns, err; in snd_hdac_get_connections() local 504 conns = 0; in snd_hdac_get_connections() 536 if (conns >= max_conns) in snd_hdac_get_connections() 538 conn_list[conns] = n; in snd_hdac_get_connections() 540 conns++; in snd_hdac_get_connections() 544 if (conns >= max_conns) in snd_hdac_get_connections() 546 conn_list[conns] = val; in snd_hdac_get_connections() 548 conns++; in snd_hdac_get_connections() 552 return conns; in snd_hdac_get_connections()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | conn_client.c | 219 * times the maximum number of client conns away from the current in rxrpc_may_reuse_conn() 338 old = bundle->conns[slot]; in rxrpc_add_conn_to_bundle() 340 bundle->conns[slot] = NULL; in rxrpc_add_conn_to_bundle() 353 bundle->conns[slot] = conn; in rxrpc_add_conn_to_bundle() 373 for (i = 0; i < ARRAY_SIZE(bundle->conns); i++) { in rxrpc_bundle_has_space() 374 if (rxrpc_may_reuse_conn(bundle->conns[i])) in rxrpc_bundle_has_space() 388 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_bundle_has_space() 482 conn = bundle->conns[slot]; in rxrpc_activate_channels() 671 if (bundle->conns[bindex] == conn) { in rxrpc_unbundle_conn() 673 bundle->conns[binde in rxrpc_unbundle_conn() [all...] |
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_device.c | 468 int i, conn_len, conns, err; in snd_hdac_get_connections() local 504 conns = 0; in snd_hdac_get_connections() 536 if (conns >= max_conns) in snd_hdac_get_connections() 538 conn_list[conns] = n; in snd_hdac_get_connections() 540 conns++; in snd_hdac_get_connections() 544 if (conns >= max_conns) in snd_hdac_get_connections() 546 conn_list[conns] = val; in snd_hdac_get_connections() 548 conns++; in snd_hdac_get_connections() 552 return conns; in snd_hdac_get_connections()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | base.c | 118 list_for_each_entry(conn, &disp->conns, head) { in nvkm_disp_fini() 133 list_for_each_entry(conn, &disp->conns, head) { in nvkm_disp_init() 256 list_for_each_entry(conn, &disp->conns, head) { in nvkm_disp_oneinit() 276 list_add_tail(&outp->conn->head, &disp->conns); in nvkm_disp_oneinit() 327 while (!list_empty(&disp->conns)) { in nvkm_disp_dtor() 328 conn = list_first_entry(&disp->conns, typeof(*conn), head); in nvkm_disp_dtor() 376 INIT_LIST_HEAD(&disp->conns); in nvkm_disp_new_()
|
H A D | udisp.c | 102 list_for_each_entry(conn, &disp->conns, head) in nvkm_udisp_new()
|
H A D | uconn.c | 194 list_for_each_entry(cont, &disp->conns, head) { in nvkm_uconn_new()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cls_redirect.c | 377 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() local 387 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common() 392 &servers[TCP][i], &conns[TCP][i], in test_cls_redirect_common() 446 close_fds((int *)conns, sizeof(conns) / sizeof(conns[0][0])); in test_cls_redirect_common()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cls_redirect.c | 378 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() local 388 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common() 393 &servers[TCP][i], &conns[TCP][i], in test_cls_redirect_common() 447 close_fds((int *)conns, sizeof(conns) / sizeof(conns[0][0])); in test_cls_redirect_common()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | conn_client.c | 248 * times the maximum number of client conns away from the current in rxrpc_may_reuse_conn() 439 for (i = 0; i < ARRAY_SIZE(bundle->conns); i++) { 443 old = bundle->conns[i]; 449 bundle->conns[i] = candidate; 486 for (i = 0; i < ARRAY_SIZE(bundle->conns); i++) in rxrpc_maybe_add_conn() 487 if (rxrpc_may_reuse_conn(bundle->conns[i])) in rxrpc_maybe_add_conn() 503 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_maybe_add_conn() 618 conn = bundle->conns[slot]; in rxrpc_activate_channels_locked() 926 if (bundle->conns[bindex] == conn) { in rxrpc_unbundle_conn() 928 bundle->conns[binde in rxrpc_unbundle_conn() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 44 to 32-bit values for conns, packets, bps, cps and pps. 86 u64 conns, inpkts, outpkts, inbytes, outbytes; in ip_vs_chain_estimation() local 100 conns = u64_stats_read(&c->cnt.conns); in ip_vs_chain_estimation() 106 kconns += conns; in ip_vs_chain_estimation() 115 s->kstats.conns = kconns; in ip_vs_chain_estimation() 122 rate = (s->kstats.conns - e->last_conns) << 9; in ip_vs_chain_estimation() 123 e->last_conns = s->kstats.conns; in ip_vs_chain_estimation() 906 est->last_conns = k->conns; in ip_vs_zero_estimator()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | disp.h | 16 struct list_head conns; member
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 1457 /* Input conns array is sparse */ in coresight_remove_conns() 1560 struct coresight_connection **conns = pdata->out_conns; in coresight_release_platform_data() local 1564 if (csdev && conns[i]->dest_dev) in coresight_release_platform_data() 1565 coresight_remove_links(csdev, conns[i]); in coresight_release_platform_data() 1570 fwnode_handle_put(conns[i]->dest_fwnode); in coresight_release_platform_data() 1571 conns[i]->dest_fwnode = NULL; in coresight_release_platform_data() 1572 devm_kfree(dev, conns[i]); in coresight_release_platform_data()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 325 struct drm_connector_state *conns; in nv50_head_atomic_check() local 331 for_each_new_connector_in_state(asyh->state.state, conn, conns, i) { in nv50_head_atomic_check() 332 if (conns->crtc == crtc) { in nv50_head_atomic_check() 333 asyc = nouveau_conn_atom(conns); in nv50_head_atomic_check()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 344 struct drm_connector_state *conns; in nv50_head_atomic_check() local 359 for_each_new_connector_in_state(asyh->state.state, conn, conns, i) { in nv50_head_atomic_check() 360 if (conns->crtc == crtc) { in nv50_head_atomic_check() 361 asyc = nouveau_conn_atom(conns); in nv50_head_atomic_check()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-acpi.c | 78 struct list_head conns; member 1034 list_for_each_entry(conn, &achip->conns, node) { in acpi_gpio_adr_space_handler() 1083 list_add_tail(&conn->node, &achip->conns); in acpi_gpio_adr_space_handler() 1106 INIT_LIST_HEAD(&achip->conns); in acpi_gpiochip_request_regions() 1131 list_for_each_entry_safe_reverse(conn, tmp, &achip->conns, node) { in acpi_gpiochip_free_regions()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-acpi.c | 87 struct list_head conns; member 1164 list_for_each_entry(conn, &achip->conns, node) { in acpi_gpio_adr_space_handler() 1208 list_add_tail(&conn->node, &achip->conns); in acpi_gpio_adr_space_handler() 1230 INIT_LIST_HEAD(&achip->conns); in acpi_gpiochip_request_regions() 1255 list_for_each_entry_safe_reverse(conn, tmp, &achip->conns, node) { in acpi_gpiochip_free_regions()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ip_vs.h | 178 __u32 conns; /* connections scheduled */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | coresight.h | 109 * @conns: Sparse array of nr_outport connections from this component. 114 struct coresight_connection *conns; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ip_vs.h | 178 __u32 conns; /* connections scheduled */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ip_vs.h | 116 __u32 conns; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ip_vs.h | 116 __u32 conns; member
|