/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()
|
H A D | inode.c | 199 leaf = path->nodes[0]; in insert_inline_extent() 1501 leaf = path->nodes[0]; in run_delalloc_nocow() 1511 leaf = path->nodes[0]; in run_delalloc_nocow() 1521 leaf = path->nodes[0]; in run_delalloc_nocow() 2556 leaf = path->nodes[0]; in insert_reserved_file_extent() 3080 leaf = path->nodes[0]; in btrfs_orphan_cleanup() 3316 leaf = path->nodes[0]; in btrfs_read_locked_inode() 3550 leaf = path->nodes[0]; in btrfs_update_inode_item() 3819 leaf = path->nodes[0]; in btrfs_unlink_subvol() 3850 leaf = path->nodes[ in btrfs_unlink_subvol() [all...] |
H A D | dev-replace.c | 125 eb = path->nodes[0]; in btrfs_init_dev_replace() 371 btrfs_item_size_nr(path->nodes[0], path->slots[0]) < sizeof(*ptr)) { in btrfs_run_dev_replace() 405 eb = path->nodes[0]; in btrfs_run_dev_replace()
|
/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
|
H A D | msm8916.c | 1231 .nodes = msm8916_snoc_nodes, 1260 .nodes = msm8916_bimc_nodes, 1330 .nodes = msm8916_pcnoc_nodes,
|
/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()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 43 block->nodes().RevalidateTail(); in Build() 166 // DCHECK(!current_block_->nodes().is_empty()); in VisitSingleBytecode() 178 // Clear new nodes for the next VisitFoo in VisitSingleBytecode() 200 current_block_->nodes().Add(node); in AddNode() 266 // We shouldn't be moving newly created nodes between registers. in MoveNodeBetweenRegisters() 330 // We should only set register values to nodes that were newly created in in StoreRegister() 331 // this Visit. Existing nodes should be moved between registers with in StoreRegister()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-compiler.cc | 59 for (RegExpTree* child : *node->nodes()) { 377 for (RegExpTree* child : *node->nodes()) {
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibrary.cpp | 1159 vector<tcu::TestNode*> nodes = parser.parse(&buf[0]); in loadShaderFile() local 1161 return nodes; in loadShaderFile()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_wlfc.c | 412 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq() 445 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq() 634 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry() 1147 hslot = (uint)(entry - &ctx->destination_entries.nodes[0]); in _dhd_wlfc_pretx_pktprocess() 1309 /* search all entries, include nodes as well as interfaces */ in _dhd_wlfc_deque_delayedq() 1762 /* flush psq, search all entries, include nodes as well as interfaces */ in _dhd_wlfc_cleanup() 1868 (int)(entry - &ctx->destination_entries.nodes[0]))); in _dhd_wlfc_mac_entry_update() 2110 ((athost_wl_status_info_t*)dhdp->wlfc_state)->destination_entries.nodes; in _dhd_wlfc_find_mac_desc_id_from_mac() 2149 entry = &ctx->destination_entries.nodes[hslot]; in dhd_wlfc_suppressed_acked_update() 2659 table = wlfc->destination_entries.nodes; in _dhd_wlfc_mac_table_update() [all...] |
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 22 * (proc->threads, proc->waiting_threads, proc->nodes) 275 * @rb_node: element for proc->nodes tree 326 * Bookkeeping structure for binder nodes. 396 * struct binder_ref - struct to track references on nodes 436 * @nodes: rbtree of binder nodes associated with 491 struct rb_root nodes; member 644 * @fbo: binder object (nodes and refs) 1107 struct rb_node *n = proc->nodes.rb_node; in binder_get_node_ilocked() 1148 struct rb_node **p = &proc->nodes in binder_init_node_ilocked() 5947 int threads, nodes, incoming_refs, outgoing_refs, active_transactions; binder_deferred_release() local [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 2020 * instead of attempting to obtain partial slabs from other nodes. in get_any_partial() 2025 * from other nodes and filled up. in get_any_partial() 2029 * allocation will first attempt to defrag slab caches on other nodes. in get_any_partial() 2030 * This means scanning over all nodes to look for partial slabs which in get_any_partial() 4275 * XXX: kmem_cache_alloc_node will fallback to other nodes in slab_mem_going_online_callback() 4606 nodemask_t nodes; member 4683 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location() 4713 nodes_clear(l->nodes); in add_location() 4714 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location() 4798 if (nr_online_nodes > 1 && !nodes_empty(l->nodes) in list_locations() 4911 unsigned long *nodes; show_slab_objects() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 345 * Tracks for which NUMA nodes we have kmem_cache_nodes allocated. 2347 * instead of attempting to obtain partial slabs from other nodes. in get_any_partial() 2352 * from other nodes and filled up. in get_any_partial() 2356 * allocation will first attempt to defrag slab caches on other nodes. in get_any_partial() 2357 * This means scanning over all nodes to look for partial slabs which in get_any_partial() 4934 * XXX: kmem_cache_alloc_node will fallback to other nodes in slab_mem_going_online_callback() 5241 nodemask_t nodes; member 5330 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location() 5367 nodes_clear(l->nodes); in add_location() 5368 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location() 5412 unsigned long *nodes; show_slab_objects() local [all...] |
/third_party/jinja2/ |
H A D | nodes.py | 1 """AST nodes generated by the parser for the compiler. Also provides 3 to normalize nodes. 53 """A metaclass for nodes that handles the field and attribute 104 """Baseclass for all Jinja nodes. There are a number of nodes available 109 - :class:`Helper`: helper nodes 112 All nodes have fields and attributes. Fields may be other nodes, lists, 117 all nodes automatically. 129 raise TypeError("abstract nodes ar [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.c | 780 const struct dxil_mdnode *nodes[VARYING_SLOT_MAX]; in get_signature_metadata() local 782 nodes[i] = fill_SV_param_nodes(mod, i, &recs[i], &psvs[i], is_input); in get_signature_metadata() 785 return dxil_get_metadata_node(mod, nodes, num_elements); in get_signature_metadata()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 134 auto nodes = in createCPUProfile() local 136 flattenNodesTree(inspector, v8profile->GetTopDownRoot(), nodes.get()); in createCPUProfile() 138 .setNodes(std::move(nodes)) in createCPUProfile()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 87 unsigned long **nodes; member 1062 bitmap_and(set, c2c_he->cpuset, c2c.nodes[node], c2c.cpus_cnt); in node_entry() 1988 unsigned long **nodes; in setup_nodes() local 2002 nodes = zalloc(sizeof(unsigned long *) * c2c.nodes_cnt); in setup_nodes() 2003 if (!nodes) in setup_nodes() 2006 c2c.nodes = nodes; in setup_nodes() 2025 nodes[node] = set; in setup_nodes() 2764 pr_err("Failed setup nodes\n"); in perf_c2c__report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 91 unsigned long **nodes; member 1204 bitmap_and(set, c2c_he->cpuset, c2c.nodes[node], c2c.cpus_cnt); in node_entry() 2282 unsigned long **nodes; in setup_nodes() local 2297 nodes = zalloc(sizeof(unsigned long *) * c2c.nodes_cnt); in setup_nodes() 2298 if (!nodes) in setup_nodes() 2301 c2c.nodes = nodes; in setup_nodes() 2320 nodes[node] = set; in setup_nodes() 2435 fprintf(out, " Load hits on peer cache or nodes : %10d\n", stats->lcl_peer + stats->rmt_peer); in print_shared_cacheline_info() 3115 pr_err("Failed setup nodes\ in perf_c2c__report() [all...] |
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 91 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@ 95 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@ 99 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@ 462 -sha256 -days 3650 -nodes \ 532 $(OPENSSL) req -x509 -outform der -nodes -days 7300 -newkey rsa:2048 -key $< -out $@ -addext "subjectAltName = URI:urn:example.com:5ff40f78-9210-494f-8206-c2c082f0609c" -extensions 'v3_req' -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS URI SAN" 535 $(OPENSSL) req -x509 -outform der -nodes -days 7300 -newkey rsa:2048 -key $< -out $@ -addext "subjectAltName = URI:urn:example.com:5ff40f78-9210-494f-8206-c2c082f0609c, URI:urn:example.com:5ff40f78-9210-494f-8206-abcde1234567" -extensions 'v3_req' -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS URI SAN" 658 $(OPENSSL) req -x509 -nodes -days 7300 -key server2.key -outform DER -out $@ -config authorityKeyId_subjectKeyId.conf -extensions 'v3_req' -set_serial 593828494303792449134898749208168108403991951034 661 $(OPENSSL) req -x509 -nodes -days 7300 -key server2.key -outform DER -out $@ -config authorityKeyId_subjectKeyId.conf -extensions 'v3_req_authorityKeyId_no_keyid' -set_serial 593828494303792449134898749208168108403991951034 664 $(OPENSSL) req -x509 -nodes -days 7300 -key server2.key -outform DER -out $@ -config authorityKeyId_subjectKeyId.conf -extensions 'v3_req_authorityKeyId_no_issuer' 667 $(OPENSSL) req -x509 -nodes [all...] |