Searched refs:links (Results 151 - 175 of 280) sorted by relevance

1234567891011>>

/linux-master/drivers/interconnect/qcom/
H A Dosm-l3.c51 * @links: an array of nodes where we can go next while traversing
53 * @num_links: the total number of @links
58 u16 links[OSM_L3_MAX_LINKS]; member in struct:qcom_osm_l3_node
83 .links = { __VA_ARGS__ }, \
260 icc_link_create(node, qnodes[i]->links[j]);
H A Dicc-rpm.h96 * @links: an array of nodes where we can go next while traversing
97 * @num_links: the total number of @links
113 const u16 *links; member in struct:qcom_icc_node
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h171 STAILQ_ENTRY(instruction) links; member in struct:instruction
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmissed.c33 err = bpf_link_get_info_by_fd(bpf_link__fd(skel->links.test2), &info, &len);
H A Dip_check_defrag.c59 /* Wait for up to 5s for links to come up */
92 skel->links.defrag = bpf_program__attach_netfilter(skel->progs.defrag, &opts);
93 if (!ASSERT_OK_PTR(skel->links.defrag, "program attach"))
H A Dsock_destroy.c191 skel->links.sock_connect = bpf_program__attach_cgroup(
193 if (!ASSERT_OK_PTR(skel->links.sock_connect, "prog_attach"))
H A Dsock_fields.c378 skel->links.egress_read_sock_fields = link;
383 skel->links.ingress_read_sock_fields = link;
388 skel->links.read_sk_dst_port = link;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h132 int links; member in struct:nv50_mstm
H A Dnouveau_dp.c108 int links = drm_dp_lttpr_max_lane_count(outp->dp.lttpr.caps); local
110 if (links && links < outp->dp.link_nr)
111 outp->dp.link_nr = links;
/linux-master/include/linux/
H A Dinterconnect-provider.h82 * @links: a list of targets pointing to where we can go next when traversing
83 * @num_links: number of links to other interconnect nodes
99 struct icc_node **links; member in struct:icc_node
/linux-master/net/sunrpc/
H A Dsched.c153 list_add_tail(&task->u.tk_wait.links,
154 &t->u.tk_wait.links);
161 INIT_LIST_HEAD(&task->u.tk_wait.links);
175 list_del(&task->u.tk_wait.links);
178 if (!list_empty(&task->u.tk_wait.links)) {
179 t = list_first_entry(&task->u.tk_wait.links,
181 u.tk_wait.links);
185 list_del(&task->u.tk_wait.links);
/linux-master/include/uapi/linux/
H A Dmedia.h92 * and links for MEDIA_ENT_F_TUNER. Please notice that some old tuners
103 * It is a responsibility of the master/bridge drivers to create links
157 __u16 links; member in struct:media_entity_desc
239 /* Should have enough room for links elements */
240 struct media_link_desc __user *links; member in struct:media_links_enum
277 * It is the responsibility of the entity drivers to add connectors and links.
/linux-master/fs/proc/
H A Dproc_sysctl.c1157 struct ctl_table_header *links; local
1169 links = kzalloc(sizeof(struct ctl_table_header) +
1175 if (!links)
1178 node = (struct ctl_node *)(links + 1);
1192 init_header(links, dir->header.root, dir->header.set, node, link_table,
1194 links->nreg = nr_entries;
1196 return links;
1210 /* Are there links available for every entry in table? */
1223 /* The checks passed. Increase the registration count on the links */
1236 struct ctl_table_header *links; local
[all...]
/linux-master/net/wireless/
H A Dchan.c631 !wdev->links[link_id].client.current_bss)
635 wdev->links[link_id].client.current_bss->pub.channel;
898 if (wdev->links[link].ap.beacon_interval)
938 if (cfg80211_is_sub_chan(&wdev->links[link].ap.chandef,
1415 wdev->links[link_id].client.current_bss)
1416 other_chan = wdev->links[link_id].client.current_bss->pub.channel;
1427 wdev->links[link_id].ap.beacon_interval &&
1429 other_chan = wdev->links[link_id].ap.chandef.chan;
1639 return &wdev->links[link_id].ap.chandef;
/linux-master/include/linux/greybus/
H A Doperation.h111 struct list_head links; /* connection->operations */ member in struct:gb_operation
/linux-master/drivers/fsi/
H A Dfsi-master-aspeed.c540 int rc, links, reg; local
609 links = (reg >> 8) & 0xff;
610 dev_info(&pdev->dev, "hub version %08x (%d links)\n", reg, links);
616 aspeed->master.n_links = links;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dga102.c75 .links = ga102_sor_dp_links,
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c331 wl->links[link].prev_freed_pkts =
333 wl->links[link].wlvif = wlvif;
340 wl->links[link].total_freed_pkts = wlvif->total_freed_pkts;
361 wl->links[*hlid].allocated_pkts = 0;
362 wl->links[*hlid].prev_freed_pkts = 0;
363 wl->links[*hlid].ba_bitmap = 0;
364 eth_zero_addr(wl->links[*hlid].addr);
371 wl->links[*hlid].wlvif = NULL;
380 wlvif->total_freed_pkts = wl->links[*hlid].total_freed_pkts;
393 wl->links[*hli
[all...]
/linux-master/drivers/interconnect/imx/
H A Dimx.c241 ret = icc_link_create(node, node_desc->links[j]);
244 node->id, node_desc->links[j], ret);
/linux-master/drivers/staging/media/imx/
H A Dimx-media-dev-common.c21 * Create the missing media links from the CSI-2 receiver.
103 list_for_each_entry(link, &entity->links, list) {
158 link = list_first_entry(&vdev->vfd->entity.links,
/linux-master/drivers/acpi/
H A Dproperty.c171 union acpi_object *links,
178 for (i = 0; i < links->package.count; i++) {
183 link = &links->package.elements[i];
228 union acpi_object *links; local
231 links = &desc->package.elements[i + 1];
239 links->type != ACPI_TYPE_PACKAGE)
245 return acpi_add_nondev_subnodes(scope, links, &data->subnodes,
170 acpi_add_nondev_subnodes(acpi_handle scope, union acpi_object *links, struct list_head *list, struct fwnode_handle *parent) argument
/linux-master/fs/bcachefs/
H A Dfsck.c1812 "%s %llu:%u with multiple links\n%s",
1826 "inode %llu:%u type %s has multiple links but i_nlink 0\n%s",
2630 struct nlink_table *links,
2640 link = __inline_bsearch(&key, links->d, links->nr,
2641 sizeof(links->d[0]), nlink_cmp);
2645 while (link > links->d && link[0].inum == link[-1].inum)
2648 for (; link < links->d + links->nr && link->inum == inum; link++)
2698 static int check_nlinks_walk_dirents(struct bch_fs *c, struct nlink_table *links, argument
2629 inc_link(struct bch_fs *c, struct snapshots_seen *s, struct nlink_table *links, u64 range_start, u64 range_end, u64 inum, u32 snapshot) argument
2732 check_nlinks_update_inode(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k, struct nlink_table *links, size_t *idx, u64 range_end) argument
2775 check_nlinks_update_hardlinks(struct bch_fs *c, struct nlink_table *links, u64 range_start, u64 range_end) argument
2797 struct nlink_table links = { 0 }; local
[all...]
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c185 struct list_head links; member in struct:cgroup_pidlist
201 list_for_each_entry_safe(l, tmp_l, &cgrp->pidlists, links)
223 list_del(&l->links);
286 list_for_each_entry(l, &cgrp->pidlists, links)
319 list_add(&l->links, &cgrp->pidlists);
/linux-master/fs/ocfs2/
H A Docfs2.h581 u32 links = ocfs2_read_links_count(di); local
583 links += n;
585 ocfs2_set_links_count(di, links);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-platform.c364 const union acpi_object *graphid, *guid, *links; local
372 links = &obj->package.elements[2];
375 links->type != ACPI_TYPE_INTEGER)
545 /* The links are validated in acpi_coresight_parse_link() */

Completed in 230 milliseconds

1234567891011>>