| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | md-bitmap.h | 136 __le32 nodes; /* 68 the maximum number of nodes in cluster. */ member
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | composer.py | 6 from .nodes import *
|
| H A D | serializer.py | 6 from .nodes import *
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | extdependency.py | 47 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 D | node_system.cpp | 148 // 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 D | migrate.c | 2166 * 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 D | file.c | 255 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 D | extent_io.c | 1553 * 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 D | js_auto_fill_extension_util.cpp | 88 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 D | auto_fill_manager.cpp | 223 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 D | rdb_subscriber_manager.cpp | 268 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 D | rdb_query.cpp | 117 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 D | display_zoom_controller.cpp | 160 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 D | dbnames.c | 244 * 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 D | grufile.c | 170 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 D | property.h | 472 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 D | inode-map.c | 70 leaf = path->nodes[0]; in caching_kthread() 81 leaf = path->nodes[0]; in caching_kthread()
|
| /kernel/linux/linux-5.10/fs/ubifs/ |
| H A D | master.c | 16 * 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 D | grufile.c | 170 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 D | dbnames.c | 244 * 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 D | master.c | 16 * 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 D | bcm-voter.c | 72 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 D | ssp-debug.c | 214 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 D | test_yaml_ext.py | 53 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 D | amdgpu_test.c | 355 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()
|