Home
last modified time | relevance | path

Searched refs:node (Results 4651 - 4675 of 10004) sorted by relevance

1...<<181182183184185186187188189190>>...401

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-config.h198 * @node: list entry into feature list for this device.
208 struct list_head node; member
225 * @node: list entry within the coresight device
234 struct list_head node; member
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A Dicc-rpmh.h51 * @name: the node name used in debugfs
53 * @id: a unique node identifier
55 * @channels: num of channels at this node
56 * @buswidth: width of the interconnect between a node and the bus
59 * @bcms: list of bcms associated with this logical node
78 * @name: the bcm node name used to fetch BCM data from command db
123 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
127 void qcom_icc_pre_aggregate(struct icc_node *node);
/kernel/linux/linux-6.6/drivers/media/cec/core/
H A Dcec-priv.h31 #define to_cec_adapter(node) container_of(node, struct cec_adapter, devnode)
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Devlist.c32 list_add_tail(&evsel->core.node, &head); in ___evlist__add_default_attrs()
48 list_add_tail(&evsel->core.node, &head); in ___evlist__add_default_attrs()
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dstat_output.sh115 echo -n "Checking $1 output: per node "
121 perf stat --per-node -a $2 true
122 commachecker --per-node
/kernel/linux/linux-6.6/net/tipc/
H A Dgroup.h51 void tipc_group_add_member(struct tipc_group *grp, u32 node,
72 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node,
H A Daddr.h115 static inline int tipc_node2scope(u32 node) in tipc_node2scope() argument
117 return node ? TIPC_NODE_SCOPE : TIPC_CLUSTER_SCOPE; in tipc_node2scope()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.h12 struct list_head node; member
36 list_for_each_entry(entry, &pcache->entries, node)
/kernel/liteos_a/drivers/char/quickstart/src/
H A Dquickstart.c102 static int QuickstartDevUnlink(struct Vnode *node) in QuickstartDevUnlink() argument
104 (void)node; in QuickstartDevUnlink()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_trivial_continues.c78 foreach_list_typed(nir_cf_node, cf_node, node, cf_list) { in lower_trivial_continues_list()
80 &cf_node->node == exec_list_get_tail(cf_list); in lower_trivial_continues_list()
H A Dnir_lower_global_vars_to_local.c94 exec_node_remove(&var->node); in nir_lower_global_vars_to_local()
96 exec_list_push_tail(&impl->locals, &var->node); in nir_lower_global_vars_to_local()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_discard.cpp141 foreach_in_list(ir_instruction, node, &instructions) { in find_discard()
142 ir_discard *ir = node->as_discard(); in find_discard()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Darray_mutator.js34 const elements = path.node.elements;
44 thisMutator.annotate(path.node, message);
H A Dobject_mutator.js44 const properties = path.node.properties;
66 thisMutator.annotate(path.node, message);
/third_party/node/test/addons/non-node-context/
H A Dbinding.cc1 #include <node.h>
23 MaybeLocal<Object> buf = node::Buffer::Copy(isolate, "foo", 3); in MakeBufferInNewContext()
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc1 #include <node.h>
35 auto result = node::Buffer::Copy(info.GetIsolate(), in CompressBytes()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxml_fix.py40 for node in self.childNodes:
41 node.writexml(writer, indent + addindent, addindent, newl)
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack_huffman.c91 nghttp3_qpack_huffman_decode_node node = {ctx->fstate, 0}; in nghttp3_qpack_huffman_decode() local
92 const nghttp3_qpack_huffman_decode_node *t = &node; in nghttp3_qpack_huffman_decode()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxml_fix.py40 for node in self.childNodes:
41 node.writexml(writer, indent + addindent, addindent, newl)
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_scalar.h50 /** basic scalar node */
54 struct snmp_leaf_node node; member
74 /** scalar array node - a tree node which contains scalars only as children */
86 /** basic scalar array node */
90 struct snmp_leaf_node node; member
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.h23 // out-of-line data associated with each node.
48 Node* node; member
70 void ReplaceUsesAndKillNode(Node* node, Node* replacement);
72 // Returns true if the AllocationType of the current AllocateRaw node that we
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.h66 bool try_fold(node *n);
68 bool fold(node &n);
/third_party/libabigail/include/
H A Dabg-libxml-utils.h58 /// Get the name of the current element node the reader is pointing
66 /// Get the type of the current node of the shared_ptr<xmlTextReader>
71 /// Get the value of attribute 'name' on the current node of 'reader'
77 /// denoted by 'node'.
78 #define XML_NODE_GET_ATTRIBUTE(node, name) \
79 xml::build_sptr(xmlGetProp(node, BAD_CAST(name)))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessTests.cpp49 bool operator()(tcu::TestNode* node) in operator ()() argument
51 return checkName == std::string(node->getName()); in operator ()()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DRegenerateStructNames.cpp104 for (TIntermNode *node : sequence) in visitBlock()
106 node->traverse(this); in visitBlock()

Completed in 11 milliseconds

1...<<181182183184185186187188189190>>...401