Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 146) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcacheinfo.c121 int levels = 0, leaves = 0, level; in init_cache_level() local
124 ++leaves; in init_cache_level()
126 ++leaves; in init_cache_level()
128 ++leaves; in init_cache_level()
129 if (leaves > 0) in init_cache_level()
143 ++leaves; in init_cache_level()
145 ++leaves; in init_cache_level()
147 ++leaves; in init_cache_level()
153 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcacheinfo.c48 unsigned int ctype, level, leaves; in init_cache_level() local
52 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in init_cache_level()
59 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
76 leaves += (fw_level - level); in init_cache_level()
81 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcacheinfo.c24 int levels = 0, leaves = 0; in init_cache_level() local
36 leaves += (c->icache.waysize) ? 2 : 1; in init_cache_level()
40 leaves++; in init_cache_level()
45 leaves++; in init_cache_level()
49 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dassoc_array.rst228 This deletes all the objects from an associative array and leaves it
243 This destroys the contents of the associative array and leaves it
331 This will cause leaves with different length keys to scatter away from each
340 can contain mixtures of leaves and metadata pointers.
432 To save memory, if a node can hold all the leaves in its portion of keyspace,
433 then the node will have all those leaves in it and will not have any metadata
434 pointers - even if some of those leaves would like to be in the same slot.
436 A node can contain a heterogeneous mix of leaves and metadata pointers.
438 space. The leaves can be in any slot not occupied by a metadata pointer. It
439 is guaranteed that none of the leaves in a node will match a slot occupied by a
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcache.c131 unsigned int level = 0, leaves = 0; in init_cache_level() local
145 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
148 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dcpuinfo.rst35 a: Feature flags can be derived from the contents of CPUID leaves.
38 leaves and grouped in words with offsets as mapped in enum cpuid_leafs
47 Hardware features enumerated in sparsely populated CPUID leaves get
53 The intent of scattering CPUID leaves is to not bloat struct
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h815 static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) in hypervisor_cpuid_base() argument
823 (leaves == 0 || ((eax - base) >= leaves))) in hypervisor_cpuid_base()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c359 struct list_head leaves; /* Radix Tree leaves */ member
456 block = alloc_rtree_node(gfp_mask, safe_needed, ca, &zone->leaves); in add_rtree_block()
513 INIT_LIST_HEAD(&zone->leaves); in create_zone_bm_rtree()
543 list_for_each_entry(node, &zone->leaves, list) in free_zone_bm_rtree()
551 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in memory_bm_position_reset()
846 if (!list_is_last(&bm->cur.node->list, &bm->cur.zone->leaves)) { in rtree_next_node()
859 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in rtree_next_node()
920 list_for_each_entry(node, &zone->leaves, list) in recycle_zone_bm_rtree()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/
H A D0001-Do-not-strip-automatically-this-leaves-the-stripping.patch4 Subject: [PATCH] Do not strip automatically, this leaves the stripping busines to OE
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfib_trie.rst36 searching, making it necessary to save the keys in the leaves to
54 (in other words, they aren't NULL or leaves and their "pos" is equal
103 leaves which have to be removed.
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dmkutf8data.c424 int nodes, singletons, leaves; in tree_walk() local
426 nodes = singletons = leaves = 0; in tree_walk()
432 leaves = 1; in tree_walk()
456 leaves += 1; in tree_walk()
470 leaves += 1; in tree_walk()
486 nodes, leaves, singletons); in tree_walk()
1197 int leaves; in emit() local
1202 leaves = 0; in emit()
1214 leaves++; in emit()
1280 leaves++; in emit()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dpci.txt59 If firmware leaves the ARI Forwarding Enable bit set in the bridge
62 recommends that firmware only leaves ARI enabled when it knows that the
/OK3568_Linux_fs/kernel/tools/power/pm-graph/config/
H A Dcgskip.txt7 # as leaves with no child calls. It can be editted by
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A DPlatform10 # as MIPS64 R2; older versions as just R1. This leaves the possibility open
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-1.patch59 + nodes, leaves and interior nodes. (Almost all nodes are leaves, so they
66 + until we hit a leaf. (Nodes are, in general, leaves until they exceed the
160 + /* Used when iterating over trie leaves to know which units we have
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/arptables/arptables/
H A D0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch6 This leaves room for setting CFLAGS in environment
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A DABI.rst10 "That still leaves the question of, what does a stable binding look
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dqnx6.rst68 Data leaves are always on the lowest level. So no data is stored on upper
146 Each data block (tree leaves) holds one long filename. That filename is
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqtpositioning-qml.qdoc61 either leaves or enters that region.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/luajit/
H A Dluajit_git.bb7 file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst55 a two-level tree with 64 leaves can accommodate 1,024 CPUs, with a fanout
56 of 64 at the root and a fanout of 16 at the leaves.
61 | Why isn't the fanout at the leaves also 64? |
70 | for the leaves of the ``rcu_node`` tree. |
161 quiescent-state information from the leaves to the root, and also
162 propagates grace-period information from the root to the leaves. It
228 | leaves. |
287 (down the tree from the root to the leaves) to ``rcu_data``.
311 quiescent-state information from the leaves to the root and also that
312 propagates grace-period information from the root down to the leaves.
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Ddir.c1377 unsigned leaves = 0, leaf = 0, offset, sort_offset; in gfs2_dir_read_leaf() local
1389 if (leaves == 0) in gfs2_dir_read_leaf()
1392 leaves++; in gfs2_dir_read_leaf()
1412 larr = gfs2_alloc_sort_buffer((leaves + entries + 99) * sizeof(void *)); in gfs2_dir_read_leaf()
1415 darr = (struct gfs2_dirent **)(larr + leaves); in gfs2_dir_read_leaf()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c159 unsigned int leaves; member
2488 s->leaves++; in trie_collect_stats()
2512 if (stat->leaves) in trie_show_stats()
2513 avdepth = stat->totdepth*100 / stat->leaves; in trie_show_stats()
2521 seq_printf(seq, "\tLeaves: %u\n", stat->leaves); in trie_show_stats()
2522 bytes = LEAF_SIZE * stat->leaves; in trie_show_stats()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.h243 struct list_head leaves; member
/OK3568_Linux_fs/u-boot/drivers/usb/
H A DKconfig11 leaves and the inner nodes are special USB devices called hubs.

123456