Home
last modified time | relevance | path

Searched refs:nodes (Results 626 - 650 of 907) sorted by relevance

1...<<21222324252627282930>>...37

/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.h136 __le32 nodes; /* 68 the maximum number of nodes in cluster. */ member
/third_party/PyYAML/lib/yaml/
H A Dcomposer.py6 from .nodes import *
H A Dserializer.py6 from .nodes import *
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextdependency.py47 def nodes(self): member in DiGraph
48 """Iterate over the nodes in the graph."""
53 Iterate over the nodes reachable from the given start node, excluding
60 # All nodes seen during traversal.
63 # The stack of nodes that need visiting.
85 # Set of adjacent of nodes.
143 # Walk a list of the leaf nodes (version and extension
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp148 // Interface that allows nodes to access other nodes and request cache updates.
500 // Cache for nodes.
1071 vector<Entity> nodes; in CloneNode() local
1072 nodes.reserve(nodeManager_.GetComponentCount()); in CloneNode()
1074 GatherNodeEntities(node, nodes); in CloneNode()
1076 nodes.push_back(node.GetEntity()); in CloneNode()
1081 oldToNew.reserve(nodes.size()); in CloneNode()
1082 for (const Entity& originalEntity : nodes) { in CloneNode()
1116 return GetNode(oldToNew[nodes in CloneNode()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmigrate.c2166 * Migrate an array of page address onto an array of nodes and fill
2172 const int __user *nodes, in do_pages_move()
2199 if (get_user(node, nodes + i)) in do_pages_move()
2273 * Determine the nodes of an array of pages and store it in an array of status.
2335 * Determine the nodes of a user array of pages and store it in
2424 const int __user *nodes, in kernel_move_pages()
2442 if (nodes) in kernel_move_pages()
2444 nodes, status, flags); in kernel_move_pages()
2454 const int __user *, nodes, in SYSCALL_DEFINE6()
2457 return kernel_move_pages(pid, nr_pages, pages, nodes, statu in SYSCALL_DEFINE6()
2169 do_pages_move(struct mm_struct *mm, nodemask_t task_nodes, unsigned long nr_pages, const void __user * __user *pages, const int __user *nodes, int __user *status, int flags) do_pages_move() argument
2422 kernel_move_pages(pid_t pid, unsigned long nr_pages, const void __user * __user *pages, const int __user *nodes, int __user *status, int flags) kernel_move_pages() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfile.c255 leaf = path->nodes[0]; in btrfs_drop_extents()
263 leaf = path->nodes[0]; in btrfs_drop_extents()
273 leaf = path->nodes[0]; in btrfs_drop_extents()
358 leaf = path->nodes[0]; in btrfs_drop_extents()
518 leaf = path->nodes[0]; in btrfs_drop_extents()
633 leaf = path->nodes[0]; in btrfs_mark_extent_written()
731 leaf = path->nodes[0]; in btrfs_mark_extent_written()
2094 leaf = path->nodes[0]; in fill_holes()
2265 leaf = path->nodes[0]; in btrfs_insert_replace_extent()
3530 btrfs_item_key_to_cpu(path->nodes[ in find_desired_extent()
[all...]
H A Dextent_io.c1553 * btree nodes/leafs whose content on disk is invalid - either garbage in set_btree_ioerr()
2617 if (path->slots[0] < btrfs_header_nritems(path->nodes[0])) in fiemap_next_leaf_item()
2628 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in fiemap_next_leaf_item()
2633 clone = btrfs_clone_extent_buffer(path->nodes[0]); in fiemap_next_leaf_item()
2639 path->nodes[0] = clone; in fiemap_next_leaf_item()
2669 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0] - 1); in fiemap_search_slot()
2674 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) { in fiemap_search_slot()
2679 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in fiemap_search_slot()
2700 clone = btrfs_clone_extent_buffer(path->nodes[0]); in fiemap_search_slot()
2706 path->nodes[ in fiemap_search_slot()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp88 for (auto element : viewData.nodes) { in WrapViewData()
212 viewData.nodes.emplace_back(node); in UnwrapViewData()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp223 for (auto it = viewData.nodes.begin(); it != viewData.nodes.end(); ++it) { in IsNeed2SaveRequest()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp268 void RdbSubscriberManager::SetObserverNotifyOnEnabled(std::vector<ObserverNode> &nodes) in SetObserverNotifyOnEnabled() argument
270 for (auto &node : nodes) { in SetObserverNotifyOnEnabled()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp117 void RdbQuery::SetQueryNodes(const std::string& tableName, QueryNodes&& nodes) in SetQueryNodes() argument
120 queryNodes_ = std::move(nodes); in SetQueryNodes()
/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp160 void DisplayZoomController::ClearZoomTransform(std::vector<sptr<WindowNode>> nodes) in ClearZoomTransform() argument
165 for (auto& node: nodes) { in ClearZoomTransform()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbnames.c244 * PARAMETERS: owner_arg - Owner ID whose nodes will be displayed
465 /* Search all nodes in namespace */ in acpi_db_check_predefined_names()
771 info->nodes++; in acpi_db_integrity_walk()
834 /* Search all nodes in namespace */ in acpi_db_check_integrity()
840 acpi_os_printf("Verified %u namespace nodes with %u Objects\n", in acpi_db_check_integrity()
841 info.nodes, info.objects); in acpi_db_check_integrity()
908 /* Search all nodes in namespace */ in acpi_db_find_references()
1030 /* Search all nodes in namespace */ in acpi_db_get_bus_info()
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H A Dgrufile.c170 info.nodes = num_online_nodes(); in gru_get_config_info()
171 info.blades = info.nodes / nodesperblade; in gru_get_config_info()
/kernel/linux/linux-5.10/include/linux/
H A Dproperty.h472 int software_node_register_nodes(const struct software_node *nodes);
473 void software_node_unregister_nodes(const struct software_node *nodes);
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode-map.c70 leaf = path->nodes[0]; in caching_kthread()
81 leaf = path->nodes[0]; in caching_kthread()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dmaster.c16 * ubifs_compare_master_node - compare two UBIFS master nodes
21 * This function compares two UBIFS master nodes. Returns 0 if they are equal
57 * Note that we have two master nodes on a UBIFS image which have different
59 * both master nodes we exclude the common node header containing the sequence
103 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, in scan_for_master()
121 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in scan_for_master()
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H A Dgrufile.c170 info.nodes = num_online_nodes(); in gru_get_config_info()
171 info.blades = info.nodes / nodesperblade; in gru_get_config_info()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbnames.c244 * PARAMETERS: owner_arg - Owner ID whose nodes will be displayed
465 /* Search all nodes in namespace */ in acpi_db_check_predefined_names()
771 info->nodes++; in acpi_db_integrity_walk()
834 /* Search all nodes in namespace */ in acpi_db_check_integrity()
840 acpi_os_printf("Verified %u namespace nodes with %u Objects\n", in acpi_db_check_integrity()
841 info.nodes, info.objects); in acpi_db_check_integrity()
908 /* Search all nodes in namespace */ in acpi_db_find_references()
1030 /* Search all nodes in namespace */ in acpi_db_get_bus_info()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dmaster.c16 * ubifs_compare_master_node - compare two UBIFS master nodes
21 * This function compares two UBIFS master nodes. Returns 0 if they are equal
57 * Note that we have two master nodes on a UBIFS image which have different
59 * both master nodes we exclude the common node header containing the sequence
103 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, in scan_for_master()
121 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in scan_for_master()
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A Dbcm-voter.c72 node = bcm->nodes[i]; in bcm_aggregate_mask()
101 node = bcm->nodes[i]; in bcm_aggregate()
244 * qcom_icc_bcm_voter_add - queues up the bcm nodes that require updates
271 * through multiple commit requests and bcm nodes are removed only when the
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-debug.c214 fprintf(stdout, "aux sync node_id %u\n", sync->nodes[j].node_id); in ssp_print_internal()
215 fprintf(stdout, "aux sync sampling_rate %u\n", sync->nodes[j].sampling_rate); in ssp_print_internal()
/third_party/PyYAML/tests/lib/
H A Dtest_yaml_ext.py53 def new_serialize_all(nodes, stream=None, Dumper=yaml.CDumper, **kwds):
54 return old_serialize_all(nodes, stream, Dumper, **kwds)
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c355 devices[i]->nodes[drm_node], in amdgpu_open_devices()
366 devices[i]->nodes[drm_node], in amdgpu_open_devices()
627 * only device nodes in /dev/dri/ */ in amdgpu_node_is_drm()

Completed in 28 milliseconds

1...<<21222324252627282930>>...37