Home
last modified time | relevance | path

Searched refs:conns (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c118 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 Dudisp.c102 list_for_each_entry(conn, &disp->conns, head) in nvkm_udisp_new()
H A Duconn.c194 list_for_each_entry(cont, &disp->conns, head) { in nvkm_uconn_new()
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Djuno-cs-r1r2.dtsi95 trig-conns@0 {
104 trig-conns@1 {
111 trig-conns@2 {
H A Djuno-base.dtsi583 trig-conns@0 {
592 trig-conns@1 {
601 trig-conns@2 {
611 trig-conns@3 {
630 trig-conns@0 {
639 trig-conns@1 {
646 trig-conns@2 {
/openbmc/linux/sound/hda/
H A Dhdac_device.c468 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()
/openbmc/linux/net/rxrpc/
H A Dconn_client.c338 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()
675 if (bundle->conns[bindex] == conn) { in rxrpc_unbundle_conn()
677 bundle->conns[bindex] = NULL; in rxrpc_unbundle_conn()
H A Dar-internal.h455 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */ member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c378 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()
/openbmc/phosphor-mrw-tools/
H A Dgen_led_groups.pl106 my $conns = $targetObj->findConnections($ledTarget, "LOGICAL_ASSOCIATION");
107 if ($conns ne "")
110 for my $conn (@{$conns->{CONN}})
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c86 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()
H A Dip_vs_ctl.c876 IP_VS_SHOW_STATS_COUNTER(conns); in ip_vs_copy_stats()
890 dst->conns = (u32)src->conns; in ip_vs_export_stats_user()
911 IP_VS_ZERO_STATS_COUNTER(conns); in ip_vs_zero_stats()
2495 (unsigned long long)show.conns, in ip_vs_stats_show()
2531 u64 conns, inpkts, outpkts, inbytes, outbytes; in ip_vs_stats_percpu_show() local
2535 conns = u64_stats_read(&u->cnt.conns); in ip_vs_stats_percpu_show()
2543 i, (u64)conns, (u64)inpkts, in ip_vs_stats_percpu_show()
2551 (unsigned long long)kstats.conns, in ip_vs_stats_percpu_show()
3255 if (nla_put_u32(skb, IPVS_STATS_ATTR_CONNS, (u32)kstats->conns) || in ip_vs_genl_fill_stats()
3285 if (nla_put_u64_64bit(skb, IPVS_STATS_ATTR_CONNS, kstats->conns, in ip_vs_genl_fill_stats64()
H A Dip_vs_core.c203 u64_stats_inc(&s->cnt.conns); in ip_vs_conn_stats()
208 u64_stats_inc(&s->cnt.conns); in ip_vs_conn_stats()
213 u64_stats_inc(&s->cnt.conns); in ip_vs_conn_stats()
/openbmc/qemu/
H A Dblockdev-nbd.c35 QLIST_HEAD(, NBDConn) conns;
83 QLIST_INSERT_HEAD(&nbd_server->conns, conn, next); in nbd_accept()
120 QLIST_FOREACH_SAFE(conn, &server->conns, next, tmp) { in nbd_server_free()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h16 struct list_head conns; member
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c344 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()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1560 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()
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c87 struct list_head conns; member
1181 list_for_each_entry(conn, &achip->conns, node) { in acpi_gpio_adr_space_handler()
1225 list_add_tail(&conn->node, &achip->conns); in acpi_gpio_adr_space_handler()
1247 INIT_LIST_HEAD(&achip->conns); in acpi_gpiochip_request_regions()
1272 list_for_each_entry_safe_reverse(conn, tmp, &achip->conns, node) { in acpi_gpiochip_free_regions()
/openbmc/linux/include/uapi/linux/
H A Dip_vs.h178 __u32 conns; /* connections scheduled */ member
/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c1337 int conns; in hdmi_read_pin_conn() local
1349 conns = spec->num_cvts; in hdmi_read_pin_conn()
1351 sizeof(hda_nid_t) * conns); in hdmi_read_pin_conn()
1353 conns = snd_hda_get_raw_connections(codec, pin_nid, in hdmi_read_pin_conn()
1359 per_pin->num_mux_nids = conns; in hdmi_read_pin_conn()
H A Dhda_codec.c91 hda_nid_t conns[]; member
111 p = kmalloc(struct_size(p, conns, len), GFP_KERNEL); in add_conn_list()
116 memcpy(p->conns, list, len * sizeof(hda_nid_t)); in add_conn_list()
181 *listp = p->conns; in snd_hda_get_conn_list()
/openbmc/linux/include/net/
H A Dip_vs.h337 u64_stats_t conns; /* connections scheduled */ member
377 u64 conns; /* connections scheduled */ member
/openbmc/linux/net/smc/
H A Dsmc_core.c677 bool conns; in smc_lgr_free_work() local
686 conns = RB_EMPTY_ROOT(&lgr->conns_all); in smc_lgr_free_work()
688 if (!conns) { /* number of lgr connections is no longer zero */ in smc_lgr_free_work()
/openbmc/linux/net/tipc/
H A Dnode.c1523 struct list_head *conns = &n->conn_sks; in node_lost_contact() local
1547 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact()