Searched refs:nodes (Results 76 - 100 of 253) sorted by relevance

1234567891011

/linux-master/Documentation/sphinx/
H A Dkernel_feat.py40 from docutils import nodes, statemachine namespace
117 node = nodes.section()
/linux-master/include/linux/
H A Dinterconnect-provider.h31 * @num_nodes: number of nodes in this device
32 * @nodes: array of pointers to the nodes in this device
36 struct icc_node *nodes[] __counted_by(num_nodes);
47 * @nodes: internal list of the interconnect provider nodes
53 * @xlate: provider-specific callback for mapping nodes from phandle arguments
62 struct list_head nodes; member in struct:icc_provider
83 * @num_links: number of links to other interconnect nodes
85 * @node_list: the list entry in the parent provider's "nodes" lis
[all...]
/linux-master/fs/btrfs/
H A Droot-tree.c98 l = path->nodes[0];
158 l = path->nodes[0];
189 l = path->nodes[0];
201 btrfs_mark_buffer_dirty(trans, path->nodes[0]);
244 leaf = path->nodes[0];
251 leaf = path->nodes[0];
368 leaf = path->nodes[0];
444 leaf = path->nodes[0];
H A Dfree-space-tree.c87 leaf = path->nodes[0];
125 return btrfs_item_ptr(path->nodes[0], path->slots[0],
242 leaf = path->nodes[0];
285 leaf = path->nodes[0];
323 leaf = path->nodes[0];
379 leaf = path->nodes[0];
428 leaf = path->nodes[0];
493 flags = btrfs_free_space_flags(path->nodes[0], info);
494 extent_count = btrfs_free_space_extent_count(path->nodes[0], info);
497 btrfs_set_free_space_extent_count(path->nodes[
[all...]
H A Dulist.h42 struct list_head nodes; member in struct:ulist
H A Ddir-item.c45 leaf = path->nodes[0];
84 leaf = path->nodes[0];
96 btrfs_mark_buffer_dirty(trans, path->nodes[0]);
147 leaf = path->nodes[0];
275 leaf = path->nodes[0];
392 leaf = path->nodes[0];
428 leaf = path->nodes[0];
H A Dsend.c99 * maple tree's internal nodes, is 24K.
165 * don't operate on stale extent buffers for nodes (level >= 1) or on
950 ii = btrfs_item_ptr(path->nodes[0], path->slots[0],
952 info->size = btrfs_inode_size(path->nodes[0], ii);
953 info->gen = btrfs_inode_generation(path->nodes[0], ii);
954 info->mode = btrfs_inode_mode(path->nodes[0], ii);
955 info->uid = btrfs_inode_uid(path->nodes[0], ii);
956 info->gid = btrfs_inode_gid(path->nodes[0], ii);
957 info->rdev = btrfs_inode_rdev(path->nodes[0], ii);
958 info->nlink = btrfs_inode_nlink(path->nodes[
[all...]
H A Duuid-tree.c55 eb = path->nodes[0];
118 eb = path->nodes[0];
127 eb = path->nodes[0];
188 eb = path->nodes[0];
327 leaf = path->nodes[0];
/linux-master/drivers/interconnect/qcom/
H A Dsdx75.c798 .nodes = { &qxm_crypto },
805 .nodes = { &qhm_pcie_rscc, &qnm_gemnoc_cnoc,
831 .nodes = { &ebi },
837 .nodes = { &qpic_core_slave },
845 .nodes = { &qup0_core_slave },
852 .nodes = { &qns_llcc },
858 .nodes = { &alm_sys_tcu, &chm_apps,
869 .nodes = { &qns_gemnoc_sf },
875 .nodes = { &xm_pcie3_0, &xm_pcie3_1,
891 .nodes
[all...]
H A Dicc-rpmh.c153 qn = bcm->nodes[i];
178 qnodes = desc->nodes;
185 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes), GFP_KERNEL);
229 data->nodes[i] = node;
/linux-master/drivers/staging/media/ipu3/
H A Dipu3.c120 if (!imgu_pipe->nodes[IMGU_NODE_VF].enabled &&
128 meta = &imgu_pipe->nodes[node].vdev_fmt.fmt.meta;
129 mpix = &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp;
214 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) {
249 !imgu_pipe->nodes[IMGU_NODE_VF].enabled) {
254 imgu_pipe->nodes[node].enabled) {
259 if (list_empty(&imgu_pipe->nodes[node].buffers))
262 ivb = list_first_entry(&imgu_pipe->nodes[node].buffers,
330 &imgu_pipe->nodes[node].buffers,
354 fmt = &imgu->imgu_pipe[pipe].nodes[IMGU_NODE_I
[all...]
H A Dipu3-v4l2.c32 imgu_pipe->nodes[IMGU_NODE_IN].vdev_fmt.fmt.pix_mp.width;
34 imgu_pipe->nodes[IMGU_NODE_IN].vdev_fmt.fmt.pix_mp.height;
43 try_fmt->code = imgu_pipe->nodes[i].pad_fmt.code;
79 imgu_pipe->queue_enabled[i] = imgu_pipe->nodes[i].enabled;
87 /* No need to reconfig meta nodes */
91 &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp : NULL;
96 if (imgu_pipe->nodes[IMGU_NODE_VF].enabled)
137 fmt->format = imgu_pipe->nodes[pad].pad_fmt;
166 mf = &imgu_pipe->nodes[pad].pad_fmt;
293 imgu_pipe->nodes[pa
[all...]
/linux-master/drivers/md/
H A Dmd-cluster.h13 int (*join)(struct mddev *mddev, int nodes);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddynack.h64 * @nodes: ath_node linked list
74 struct list_head nodes; member in struct:ath_dynack
H A Ddynack.c129 list_for_each_entry(an, &da->nodes, list)
332 list_add_tail(&an->list, &da->nodes);
373 list_for_each_entry(an, &da->nodes, list)
395 INIT_LIST_HEAD(&da->nodes);
/linux-master/drivers/misc/sgi-gru/
H A Dgrulib.h148 int nodes; member in struct:gru_config_info
/linux-master/drivers/interconnect/imx/
H A Dimx.h108 struct imx_icc_node_desc *nodes,
/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c48 leaf = path->nodes[0];
97 item = btrfs_item_ptr(path->nodes[0], path->slots[0],
99 refs = btrfs_extent_refs(path->nodes[0], item);
100 btrfs_set_extent_refs(path->nodes[0], item, refs + 1);
179 item = btrfs_item_ptr(path->nodes[0], path->slots[0],
181 refs = btrfs_extent_refs(path->nodes[0], item);
182 btrfs_set_extent_refs(path->nodes[0], item, refs - 1);
/linux-master/tools/perf/util/
H A Dcputopo.c406 tp = zalloc(sizeof(*tp) + sizeof(tp->nodes[0])*nr);
413 if (load_numa_node(&tp->nodes[i], perf_cpu_map__cpu(node_map, i).cpu)) {
432 zfree(&tp->nodes[i].cpus);
480 tp = zalloc(sizeof(*tp) + sizeof(tp->nodes[0]) * nr);
486 if (load_hybrid_node(&tp->nodes[i], pmu)) {
501 zfree(&tp->nodes[i].pmu_name);
502 zfree(&tp->nodes[i].cpus);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.c303 * created which contains the hive ID and the list of nodes.
396 sprintf(buf + 3 * i, "%02x ", top->nodes[i].num_hops);
411 sprintf(buf + 3 * i, "%02x ", top->nodes[i].num_links);
431 if (top->nodes[i].node_id == adev->gmc.xgmi.node_id) {
438 for (j = 0; j < top->nodes[i].num_links; j++)
441 top->nodes[i].port_num[j].src_xgmi_port_num, i + 1,
442 top->nodes[i].port_num[j].dst_xgmi_port_num);
783 if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id)
784 return top->nodes[i].num_hops & num_hops_mask;
795 if (top->nodes[
[all...]
/linux-master/drivers/clk/zynqmp/
H A Dclkc.c65 * @node: Clock topology nodes
66 * @num_nodes: Number of nodes present in topology
125 const struct clock_topology *nodes)
255 * other nodes, master should call same API in loop with new
257 * index 0 which will return nodes 0,1 and 2. Next call, index
258 * should be 3 which will return nodes 3,4 and 5 and so on.
306 * @nodes: Clock topology node
313 const struct clock_topology *nodes)
332 flag = zynqmp_clk_map_common_ccf_flags(nodes->flag);
406 * @nnodes: Number of nodes
310 zynqmp_clk_register_fixed_factor(const char *name, u32 clk_id, const char * const *parents, u8 num_parents, const struct clock_topology *nodes) argument
593 struct clock_topology *nodes; local
[all...]
/linux-master/fs/dlm/
H A Dmember.c156 /* for any nodes that do not support slots, we will not have set memb->slot
420 /* all nodes revert to weight of 1 if all have weight 0 */
542 if (rv->nodes[i].nodeid == nodeid)
543 return &rv->nodes[i];
591 node = &rv->nodes[i];
611 log_rinfo(ls, "dlm_recover_members %d nodes", ls->ls_num_nodes);
615 /* Userspace guarantees that dlm_ls_stop() has completed on all nodes before
706 struct dlm_config_node *nodes = NULL; local
713 error = dlm_config_nodes(ls->ls_name, &nodes, &count);
728 rv->nodes
[all...]
/linux-master/mm/
H A Dmemory-tiers.c24 /* All the nodes that are part of all the lower memory tiers. */
54 * Node 0 & 1 are CPU + DRAM nodes, node 2 & 3 are PMEM nodes.
73 * Node 0 & 1 are CPU + DRAM nodes, node 2 is memory-only DRAM node.
89 * Node 0 is CPU + DRAM nodes, Node 1 is HBM node, node 2 is PMEM node.
123 nodemask_t nodes = NODE_MASK_NONE; local
127 nodes_or(nodes, nodes, memtype->nodes);
129 return nodes;
[all...]
/linux-master/lib/
H A Dobjagg.c506 * only roots and leafs nodes. Leaf nodes are called deltas.
507 * But in general, this can be easily extended for intermediate nodes.
509 * nodes.
705 struct objagg_tmp_node *nodes; member in struct:objagg_tmp_graph
737 struct objagg_tmp_node *node = &graph->nodes[index];
741 /* Node weight is sum of node users and all other nodes users
748 node = &graph->nodes[j];
765 node = &graph->nodes[i];
790 graph->nodes
[all...]
/linux-master/include/uapi/linux/
H A Dscif_ioctl.h188 * @nodes: pointer to an array of node_ids
193 __u64 nodes; member in struct:scifioctl_node_ids

Completed in 307 milliseconds

1234567891011