/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | icc-rpm.c | 295 * qcom_icc_bus_aggregate - calculate bus clock rates by traversing all nodes 307 * Iterate nodes on the provider, aggregate bandwidth requests for in qcom_icc_bus_aggregate() 310 list_for_each_entry(node, &provider->nodes, node_list) { in qcom_icc_bus_aggregate() 423 qnodes = desc->nodes; in qnoc_probe() 456 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes), in qnoc_probe() 546 data->nodes[i] = node; in qnoc_probe()
|
H A D | qcm2290.c | 100 /* Master nodes */ 674 /* Slave nodes */ 1195 .nodes = qcm2290_bimc_nodes, 1252 .nodes = qcm2290_cnoc_nodes, 1295 .nodes = qcm2290_snoc_nodes, 1311 .nodes = qcm2290_qup_virt_nodes, 1326 .nodes = qcm2290_mmnrt_virt_nodes, 1342 .nodes = qcm2290_mmrt_virt_nodes,
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | idtracking.py | 10 def find_symbols(nodes, parent_symbols=None): 13 for node in nodes: 230 def inner_visit(nodes): 232 for subnode in nodes:
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 588 def __init__(self, nodes): 589 self.nodes = nodes 592 return "CycleError: cycle involving: " + str(self.nodes)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | idtracking.py | 11 def find_symbols(nodes, parent_symbols=None): 14 for node in nodes: 226 def inner_visit(nodes): 228 for subnode in nodes:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 582 def __init__(self, nodes): 583 self.nodes = nodes 586 return "CycleError: cycle involving: " + str(self.nodes)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | idtracking.py | 10 def find_symbols(nodes, parent_symbols=None): 13 for node in nodes: 230 def inner_visit(nodes): 232 for subnode in nodes:
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 405 nodes = [node] 406 while nodes: 407 node = nodes.pop() 409 nodes.extend(node.children)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.cc | 142 cleanup_ptr_ = &list->nodes[0]; in AddCleanupFallback() 143 cleanup_limit_ = &list->nodes[size]; in AddCleanupFallback() 299 size_t n = cleanup_ptr_ - &cleanup_->nodes[0]; in CleanupListFallback() 302 CleanupNode* node = &list->nodes[0]; in CleanupListFallback()
|
/foundation/multimodalinput/input/test/facility/virtual_device/include/ |
H A D | general_device.h | 46 void GetInputDeviceNodes(std::map<std::string, std::string> &nodes);
|
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | bcm-voter.h | 20 .nodes = { __VA_ARGS__ }, \
|
/kernel/linux/linux-5.10/drivers/interconnect/imx/ |
H A D | imx.h | 57 struct imx_icc_node_desc *nodes,
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_event.h | 88 struct event_node nodes[C2HEVENT_SZ]; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_event.h | 94 struct event_node nodes[C2HEVENT_SZ]; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_event.h | 88 struct event_node nodes[C2HEVENT_SZ]; member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_freeaddrinfo.c | 66 ares__freeaddrinfo_nodes(ai->nodes); in ares_freeaddrinfo()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 633 struct drm_mm_node *nodes = mem->mm_node; in amdgpu_mem_visible() local 642 if (nodes->size != mem->num_pages) in amdgpu_mem_visible() 645 return ((nodes->start + nodes->size) << PAGE_SHIFT) in amdgpu_mem_visible() 1642 struct drm_mm_node *nodes; in amdgpu_ttm_access_memory() local 1652 nodes = amdgpu_find_mm_node(&abo->tbo.mem, &pos); in amdgpu_ttm_access_memory() 1653 pos += (nodes->start << PAGE_SHIFT); in amdgpu_ttm_access_memory() 1683 bytes = (nodes->start + nodes->size) << PAGE_SHIFT; in amdgpu_ttm_access_memory() 1694 if (pos >= (nodes in amdgpu_ttm_access_memory() [all...] |
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 208 "bind the first N tasks to these specific memory nodes (the rest is unbound)", 224 * To get number of numa nodes present. 704 printf("\nTest not applicable, system has only %d nodes.\n", g->p.nr_nodes); in parse_setup_node_list() 882 * Count the number of nodes a process's threads 892 int nodes; in count_process_nodes() local 910 nodes = 0; in count_process_nodes() 913 nodes += node_present[n]; in count_process_nodes() 915 return nodes; in count_process_nodes() 922 * process. If all nodes on the system contain at most one 959 unsigned int nodes in calc_convergence_compression() local 983 int nodes[MAX_NR_NODES]; calc_convergence() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/utils/include/ |
H A D | lnn_map.h | 41 MapNode **nodes; /* Map node bucket */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | interval_tree.h | 39 * nodes but classifies each span as either a hole, where no nodes intersect, or 40 * a used, which is fully covered by nodes. Each iteration step toggles between 45 * consolidating all consecutive nodes. 51 struct interval_tree_node *nodes[2]; member
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_device_info_override_test.c | 59 const char *path = devices[i]->nodes[DRM_NODE_RENDER]; in main()
|
/third_party/mesa3d/src/util/ |
H A D | register_allocate_internal.h | 92 * List of which nodes this node interferes with. This should be 108 * interfering nodes not in the stack. 132 struct ra_node *nodes; member 134 unsigned int count; /**< count of nodes. */ 136 unsigned int alloc; /**< count of nodes allocated. */
|
/third_party/selinux/libsepol/include/sepol/ |
H A D | sepol.h | 25 #include <sepol/nodes.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.cpp | 220 // alloc/dealloc individual render nodes 264 const size_t reserveSize = renderNodeGraph.renderNodeGraphDesc.nodes.size(); 267 for (const auto& nodeDesc : renderNodeGraph.renderNodeGraphDesc.nodes) { 531 // will provide flags for e.g. disabling render nodes 557 rngdi.nodes.resize(ngd.renderNodeData.size()); 560 rngdi.nodes[nodeIdx].typeName = ngd.renderNodeData[nodeIdx].typeName; 561 rngdi.nodes[nodeIdx].nodeName = ngd.renderNodeData[nodeIdx].nodeName; 562 rngdi.nodes[nodeIdx].flags = 0u; // NOTE: not yet used
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mmzone.h | 746 * node_zonelists contains references to all zones in all nodes. 1053 * for_each_online_pgdat - helper macro to iterate over all online nodes 1097 nodemask_t *nodes); 1103 * @nodes - An optional nodemask to filter the zonelist with 1113 nodemask_t *nodes) in next_zones_zonelist() 1115 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist() 1117 return __next_zones_zonelist(z, highest_zoneidx, nodes); in next_zones_zonelist() 1124 * @nodes - An optional nodemask to filter the zonelist with 1138 nodemask_t *nodes) in first_zones_zonelist() 1141 highest_zoneidx, nodes); in first_zones_zonelist() 1111 next_zones_zonelist(struct zoneref *z, enum zone_type highest_zoneidx, nodemask_t *nodes) next_zones_zonelist() argument 1136 first_zones_zonelist(struct zonelist *zonelist, enum zone_type highest_zoneidx, nodemask_t *nodes) first_zones_zonelist() argument [all...] |