Home
last modified time | relevance | path

Searched refs:nodes (Results 801 - 825 of 907) sorted by relevance

1...<<31323334353637

/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Daclocal.h1228 u32 nodes; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dlog.c349 * reference nodes for all journal heads which will define new journal after
350 * the commit has been finished. The commit start and reference nodes are
637 * needed for commit. This function rewrites the reference nodes in the log
638 * omitting duplicates, and failed CS nodes, and leaving no gaps.
663 list_for_each_entry(snod, &sleb->nodes, list) { in ubifs_consolidate_log()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbcache.h63 * contain metadata (including btree nodes).
111 * free smaller than a bucket - so, that's how big our btree nodes are.
116 * bucket's gen for deleting btree nodes when we rewrite/split a node.)
118 * Anyways, btree nodes are big - big enough to be inefficient with a textbook
121 * The way this is solved is that btree nodes are internally log structured; we
150 * wrapping around. It also merges adjacent btree nodes if they're empty enough.
164 * nodes in the btree, and those writes will be mostly empty (appending at most
173 * For simplicity, we only journal updates to leaf nodes; updates to parent
174 * nodes are rare enough (since our leaf nodes ar
482 size_t nodes; global() member
[all...]
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_model_prepare_test.cpp245 * @tc.name : 编译模型,model中nodes为空
257 // set nodes to empty in HWTEST_F()
258 iModel->nodes = {}; in HWTEST_F()
260 // prepare model with empty nodes in HWTEST_F()
/third_party/curl/lib/
H A Dasyn-ares.c749 res->temp_ai = ares2addr(result->nodes); in addrinfo_cb()
/third_party/node/deps/v8/third_party/jinja2/
H A Druntime.py23 from .nodes import EvalContext
H A Dnodes.py2 """AST nodes generated by the parser for the compiler. Also provides
4 to normalize nodes.
45 """A metaclass for nodes that handles the field and attribute
95 """Baseclass for all Jinja nodes. There are a number of nodes available
100 - :class:`Helper`: helper nodes
103 All nodes have fields and attributes. Fields may be other nodes, lists,
108 all nodes automatically.
117 raise TypeError("abstract nodes ar
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py3 jinja2.nodes
6 This module implements additional nodes derived from the ast base node.
10 python and jinja nodes.
60 """A metaclass for nodes that handles the field and attribute
108 """Baseclass for all Jinja2 nodes. There are a number of nodes available
113 - :class:`Helper`: helper nodes
116 All nodes have fields and attributes. Fields may be other nodes, lists,
121 all nodes automaticall
[all...]
H A Druntime.py16 from jinja2.nodes import EvalContext, _context_function_types
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py2 """AST nodes generated by the parser for the compiler. Also provides
4 to normalize nodes.
45 """A metaclass for nodes that handles the field and attribute
95 """Baseclass for all Jinja nodes. There are a number of nodes available
100 - :class:`Helper`: helper nodes
103 All nodes have fields and attributes. Fields may be other nodes, lists,
108 all nodes automatically.
117 raise TypeError("abstract nodes ar
[all...]
H A Druntime.py23 from .nodes import EvalContext
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp521 void DragDropManager::NotifyDragRegisterFrameNode(std::unordered_map<int32_t, WeakPtr<FrameNode>> nodes, in NotifyDragRegisterFrameNode() argument
524 for (auto iter = nodes.begin(); iter != nodes.end(); iter++) { in NotifyDragRegisterFrameNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js530 let nodes = getUINativeModule().nodeAdapter.getAllItems(this.nativePtr_);
531 if (nodes !== undefined) {
532 nodes.forEach(node => {
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcpuset.c430 static inline void check_insane_mems_config(nodemask_t *nodes) in check_insane_mems_config() argument
433 movable_only_nodes(nodes)) { in check_insane_mems_config()
435 pr_info("Unsupported (movable nodes only) cpuset configuration detected (nmask=%*pbl)!\n" in check_insane_mems_config()
437 nodemask_pr_args(nodes)); in check_insane_mems_config()
1955 * Migrate memory region from one set of nodes to another. This is
2010 * @newmems: new nodes that the task will be set
2063 * is idempotent. Also migrate pages in each mm to new nodes. in update_tasks_nodemask()
3546 * or memory nodes, we need to walk over the cpuset hierarchy,
3775 * nodes have been taken down, cpuset_hotplug_update_tasks() is invoked on
4053 * Are any of the nodes i
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashdec.c519 static char *get_val_from_nodes_tab(xmlNodePtr *nodes, const int n_nodes, const char *attrname) in get_val_from_nodes_tab() argument
525 if (nodes[i]) { in get_val_from_nodes_tab()
526 val = xmlGetProp(nodes[i], attrname); in get_val_from_nodes_tab()
/third_party/PyYAML/yaml/
H A D_yaml.pyx57 ScalarNode = yaml.nodes.ScalarNode
58 SequenceNode = yaml.nodes.SequenceNode
59 MappingNode = yaml.nodes.MappingNode
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c737 const char *path = drm_render_device->nodes[DRM_NODE_RENDER]; in physical_device_init()
753 primary_path = drm_primary_device->nodes[DRM_NODE_PRIMARY]; in physical_device_init()
757 primary_path = drm_render_device->nodes[DRM_NODE_PRIMARY]; in physical_device_init()
793 /* There is only one device with primary and render nodes. in physical_device_init()
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c2719 static int ocontext_selinux_node_to_cil(struct policydb *pdb, struct ocontext *nodes) in ocontext_selinux_node_to_cil() argument
2726 for (node = nodes; node != NULL; node = node->next) { in ocontext_selinux_node_to_cil()
2751 static int ocontext_selinux_node6_to_cil(struct policydb *pdb, struct ocontext *nodes) in ocontext_selinux_node6_to_cil() argument
2758 for (node = nodes; node != NULL; node = node->next) { in ocontext_selinux_node6_to_cil()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_stat.c155 CONFIGFS_ATTR_RO(iscsi_stat_instance_, nodes);
/kernel/linux/linux-5.10/fs/jffs2/
H A Dwrite.c37 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_do_new_inode()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc_commit.c97 * fill_gap - make index nodes in gaps in dirty index LEBs.
104 * This function returns the number of index nodes written into the gap.
148 dbg_gc("LEB %d:%d to %d len %d nodes written %d wasted bytes %d", in fill_gap()
213 * layout_leb_in_gaps - layout index nodes using in-the-gaps method.
217 * This function lays out new index nodes for dirty znodes using in-the-gaps
221 * This function returns the number of index nodes written into the gaps, or a
231 /* Get an index LEB with lots of obsolete index nodes */ in layout_leb_in_gaps()
251 list_for_each_entry(snod, &sleb->nodes, list) { in layout_leb_in_gaps()
270 * The obsolete index nodes form gaps that can be in layout_leb_in_gaps()
297 dbg_gc("LEB %d wrote %d index nodes", lnu in layout_leb_in_gaps()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dcompat.h754 const int __user *nodes,
/kernel/linux/linux-6.6/drivers/memory/tegra/
H A Dtegra30.c1343 list_for_each_entry(node, &mc->provider.nodes, node_list) { in tegra30_mc_of_icc_xlate_extended()
H A Dmc.c763 list_for_each_entry(node, &mc->provider.nodes, node_list) { in tegra_mc_icc_xlate()
H A Dtegra124.c1181 list_for_each_entry(node, &mc->provider.nodes, node_list) { in tegra124_mc_of_icc_xlate_extended()

Completed in 43 milliseconds

1...<<31323334353637