/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-config.h | 198 * @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 D | icc-rpmh.h | 51 * @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 D | cec-priv.h | 31 #define to_cec_adapter(node) container_of(node, struct cec_adapter, devnode)
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | evlist.c | 32 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 D | stat_output.sh | 115 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 D | group.h | 51 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 D | addr.h | 115 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 D | probe-file.h | 12 struct list_head node; member 36 list_for_each_entry(entry, &pcache->entries, node)
|
/kernel/liteos_a/drivers/char/quickstart/src/ |
H A D | quickstart.c | 102 static int QuickstartDevUnlink(struct Vnode *node) in QuickstartDevUnlink() argument 104 (void)node; in QuickstartDevUnlink()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_trivial_continues.c | 78 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 D | nir_lower_global_vars_to_local.c | 94 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 D | lower_discard.cpp | 141 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 D | array_mutator.js | 34 const elements = path.node.elements; 44 thisMutator.annotate(path.node, message);
|
H A D | object_mutator.js | 44 const properties = path.node.properties; 66 thisMutator.annotate(path.node, message);
|
/third_party/node/test/addons/non-node-context/ |
H A D | binding.cc | 1 #include <node.h> 23 MaybeLocal<Object> buf = node::Buffer::Copy(isolate, "foo", 3); in MakeBufferInNewContext()
|
/third_party/node/test/addons/zlib-binding/ |
H A D | binding.cc | 1 #include <node.h> 35 auto result = node::Buffer::Copy(info.GetIsolate(), in CompressBytes()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xml_fix.py | 40 for node in self.childNodes: 41 node.writexml(writer, indent + addindent, addindent, newl)
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack_huffman.c | 91 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 D | xml_fix.py | 40 for node in self.childNodes: 41 node.writexml(writer, indent + addindent, addindent, newl)
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_scalar.h | 50 /** 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 D | memory-optimizer.h | 23 // 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 D | sb_expr.h | 66 bool try_fold(node *n); 68 bool fold(node &n);
|
/third_party/libabigail/include/ |
H A D | abg-libxml-utils.h | 58 /// 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 D | vktRobustnessTests.cpp | 49 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 D | RegenerateStructNames.cpp | 104 for (TIntermNode *node : sequence) in visitBlock() 106 node->traverse(this); in visitBlock()
|