Home
last modified time | relevance | path

Searched defs:leaf (Results 126 - 150 of 256) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c535 xfs_inobt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) xfs_inobt_maxrecs() argument
/kernel/linux/linux-6.6/drivers/base/
H A Darch_topology.c503 bool leaf = true; in parse_core() local
552 bool leaf = true; in parse_cluster() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dreflink.c343 struct extent_buffer *leaf; in btrfs_clone() local
[all...]
H A Dref-verify.c440 struct extent_buffer *leaf = path->nodes[0]; in process_extent_item() local
386 add_extent_data_ref(struct btrfs_fs_info *fs_info, struct extent_buffer *leaf, struct btrfs_extent_data_ref *dref, u64 bytenr, u64 num_bytes) add_extent_data_ref() argument
505 struct extent_buffer *leaf = path->nodes[0]; process_leaf() local
[all...]
H A Dfree-space-tree.c76 struct extent_buffer *leaf; in add_new_free_space_info() local
213 struct extent_buffer *leaf; in convert_free_space_to_bitmaps() local
351 struct extent_buffer *leaf; convert_free_space_to_extents() local
517 struct extent_buffer *leaf; free_space_test_bit() local
542 struct extent_buffer *leaf; free_space_set_bits() local
1406 struct extent_buffer *leaf; remove_block_group_free_space() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c549 xfs_inobt_block_maxrecs( unsigned int blocklen, bool leaf) xfs_inobt_block_maxrecs() argument
562 xfs_inobt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) xfs_inobt_maxrecs() argument
H A Dxfs_iext_tree.c374 xfs_iext_leaf_nr_entries( struct xfs_ifork *ifp, struct xfs_iext_leaf *leaf, int start) xfs_iext_leaf_nr_entries() argument
390 xfs_iext_leaf_key( struct xfs_iext_leaf *leaf, int n) xfs_iext_leaf_key() argument
544 struct xfs_iext_leaf *leaf = cur->leaf; xfs_iext_split_leaf() local
788 xfs_iext_rebalance_leaf( struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_iext_leaf *leaf, xfs_fileoff_t offset, int nr_entries) xfs_iext_rebalance_leaf() argument
868 struct xfs_iext_leaf *leaf = cur->leaf; xfs_iext_remove() local
[all...]
H A Dxfs_bmap_btree.c581 xfs_bmbt_block_maxrecs( unsigned int blocklen, bool leaf) xfs_bmbt_block_maxrecs() argument
594 xfs_bmbt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) xfs_bmbt_maxrecs() argument
629 xfs_bmdr_maxrecs( int blocklen, int leaf) xfs_bmdr_maxrecs() argument
H A Dxfs_dir2_block.c934 xfs_dir2_leaf_t *leaf; /* leaf structure */ xfs_dir2_leaf_to_block() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.c542 static __always_inline void __kvm_cpu_cap_mask(unsigned int leaf) in __kvm_cpu_cap_mask() argument
556 void kvm_cpu_cap_init_kvm_defined(enum kvm_only_cpuid_leafs leaf, u32 mask) in kvm_cpu_cap_init_kvm_defined() argument
566 static __always_inline void kvm_cpu_cap_mask(enum cpuid_leafs leaf, u3 argument
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dp2m.c153 static void p2m_mid_mfn_init(unsigned long *mid, unsigned long *leaf) in p2m_mid_mfn_init() argument
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c157 qcom_iommu_tlb_inv_range_nosync(unsigned long iova, size_t size, size_t granule, bool leaf, void *cookie) qcom_iommu_tlb_inv_range_nosync() argument
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-array.c865 static int walk_ablock(void *context, uint64_t *keys, void *leaf) in walk_ablock() argument
895 dm_array_walk(struct dm_array_info *info, dm_block_t root, int (*fn)(void *, uint64_t key, void *leaf), void *context) dm_array_walk() argument
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_ro.c318 const char *leaf; in fdt_get_name() local
/kernel/linux/linux-6.6/lib/
H A Drhashtable.c122 nested_table_alloc(struct rhashtable *ht, union nested_table __rcu **prev, bool leaf) nested_table_alloc() argument
/kernel/linux/linux-6.6/tools/arch/x86/kcpuid/
H A Dkcpuid.c124 static void leaf_print_raw(struct subleaf *leaf) in leaf_print_raw() argument
143 struct subleaf *leaf; cpuid_store() local
297 struct subleaf *leaf; parse_line() local
476 show_leaf(struct subleaf *leaf) show_leaf() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc467 CordRepBtree* leaf = ops.BuildStack(tree, depth); in AddCordRep() local
476 CordRepBtree* leaf = CordRepBtree::New(0); in NewLeaf() local
495 CordRepBtree* leaf = CordRepBtree::New(0); NewLeaf() local
552 CordRepBtree* leaf = ops.BuildStack(tree, depth); AddData() local
[all...]
H A Dcord_rep_btree_test.cc192 CordRepBtree* leaf = CordRepBtree::Create(MakeHexFlat(0)); in MakeLeaf() local
351 auto* leaf = CordRepBtree::Create(flat); in TEST() local
359 auto* leaf = CordRepBtree::Create(MakeFlat("a")); TEST() local
371 auto* leaf = CordRepBtree::Create(flats.back()); TEST_P() local
374 refs.RefIf(shared(), leaf); TEST_P() local
389 auto* leaf = CordRepBtree::Create(flats.front()); TEST_P() local
392 refs.RefIf(shared(), leaf); TEST_P() local
410 auto* leaf = CordRepBtree::Create(flats.front()); TEST_P() local
413 refs.RefIf(shared(), leaf); TEST_P() local
432 auto* leaf = MakeLeaf(); TEST_P() local
433 refs.RefIf(shared(), leaf); TEST_P() local
446 auto* leaf = MakeLeaf(); TEST_P() local
447 refs.RefIf(shared(), leaf); TEST_P() local
795 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat("abc")); TEST() local
825 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat(consumer.Next(3))); TEST_P() local
827 refs.RefIf(shared(), leaf); TEST_P() local
928 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat("abc")); TEST_P() local
929 refs.RefIf(shared(), leaf); TEST_P() local
982 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat("Hello world")); TEST_P() local
983 refs.RefIf(shared(), leaf); TEST_P() local
1020 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat("Hello world")); TEST_P() local
1251 CordRepBtree* leaf = CordRepBtree::Create(MakeFlat("abc")); TEST() local
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-device.c111 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() local
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1182 int leaf = -1; in kvm_tdp_mmu_get_walk() local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.c51 u32 leaf; member
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcacheinfo.c230 amd_cpuid4(int leaf, union _cpuid4_leaf_eax *eax, in amd_cpuid4() argument
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1093 const int leaf = 0; in is_intel_cpu() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.h114 bool leaf; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-inode.c701 struct extent_buffer *leaf; in btrfs_batch_insert_items() local
805 struct extent_buffer *leaf; in btrfs_insert_delayed_item() local
878 struct extent_buffer *leaf; btrfs_batch_delete_items() local
1018 struct extent_buffer *leaf; __btrfs_update_delayed_inode() local
[all...]

Completed in 32 milliseconds

1234567891011