| /Linux-v5.4/arch/riscv/kernel/ |
| D | cacheinfo.c | 24 int levels = 0, leaves = 0, level; in __init_cache_level() local 27 ++leaves; in __init_cache_level() 29 ++leaves; in __init_cache_level() 31 ++leaves; in __init_cache_level() 32 if (leaves > 0) in __init_cache_level() 46 ++leaves; in __init_cache_level() 48 ++leaves; in __init_cache_level() 50 ++leaves; in __init_cache_level() 56 this_cpu_ci->num_leaves = leaves; in __init_cache_level()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | cacheinfo.c | 24 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()
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | cacheinfo.c | 48 unsigned int ctype, level, leaves, fw_level; in __init_cache_level() local 51 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in __init_cache_level() 58 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in __init_cache_level() 72 leaves += (fw_level - level); in __init_cache_level() 77 this_cpu_ci->num_leaves = leaves; in __init_cache_level()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | cache.c | 131 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()
|
| /Linux-v5.4/Documentation/core-api/ |
| D | assoc_array.rst | 228 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 …]
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | processor.h | 944 static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) in hypervisor_cpuid_base() argument 952 (leaves == 0 || ((eax - base) >= leaves))) in hypervisor_cpuid_base()
|
| /Linux-v5.4/tools/power/pm-graph/config/ |
| D | cgskip.txt | 7 # as leaves with no child calls. It can be editted by
|
| /Linux-v5.4/Documentation/devicetree/bindings/pci/ |
| D | pci.txt | 59 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
|
| /Linux-v5.4/Documentation/networking/ |
| D | fib_trie.txt | 32 searching, making it necessary to save the keys in the leaves to 50 (in other words, they aren't NULL or leaves and their "pos" is equal 99 leaves which have to be removed.
|
| /Linux-v5.4/kernel/power/ |
| D | snapshot.c | 360 struct list_head leaves; /* Radix Tree leaves */ member 457 block = alloc_rtree_node(gfp_mask, safe_needed, ca, &zone->leaves); in add_rtree_block() 514 INIT_LIST_HEAD(&zone->leaves); in create_zone_bm_rtree() 544 list_for_each_entry(node, &zone->leaves, list) in free_zone_bm_rtree() 552 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in memory_bm_position_reset() 840 if (!list_is_last(&bm->cur.node->list, &bm->cur.zone->leaves)) { in rtree_next_node() 853 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in rtree_next_node() 914 list_for_each_entry(node, &zone->leaves, list) in recycle_zone_bm_rtree()
|
| /Linux-v5.4/fs/unicode/ |
| D | mkutf8data.c | 424 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 …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/ |
| D | ABI.txt | 7 "That still leaves the question of, what does a stable binding look
|
| /Linux-v5.4/arch/mips/loongson64/ |
| D | Platform | 51 # as MIPS64 R2; older versions as just R1. This leaves the possibility open
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | qnx6.txt | 60 Data leaves are always on the lowest level. So no data is stored on upper 129 Each data block (tree leaves) holds one long filename. That filename is
|
| /Linux-v5.4/fs/gfs2/ |
| D | dir.c | 1380 unsigned leaves = 0, leaf = 0, offset, sort_offset; in gfs2_dir_read_leaf() local 1392 if (leaves == 0) in gfs2_dir_read_leaf() 1395 leaves++; in gfs2_dir_read_leaf() 1415 larr = gfs2_alloc_sort_buffer((leaves + entries + 99) * sizeof(void *)); in gfs2_dir_read_leaf() 1418 darr = (struct gfs2_dirent **)(larr + leaves); in gfs2_dir_read_leaf()
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_trie.c | 160 unsigned int leaves; member 2341 s->leaves++; in trie_collect_stats() 2365 if (stat->leaves) in trie_show_stats() 2366 avdepth = stat->totdepth*100 / stat->leaves; in trie_show_stats() 2374 seq_printf(seq, "\tLeaves: %u\n", stat->leaves); in trie_show_stats() 2375 bytes = LEAF_SIZE * stat->leaves; in trie_show_stats()
|
| /Linux-v5.4/Documentation/RCU/ |
| D | lockdep.txt | 4 aware of when each task enters and leaves any flavor of RCU read-side
|
| /Linux-v5.4/drivers/usb/ |
| D | Kconfig | 58 leaves and the inner nodes are special USB devices called hubs.
|
| /Linux-v5.4/Documentation/timers/ |
| D | highres.rst | 229 hrtimer_restart_sched_tick() is called when the CPU leaves the idle state before 241 The implementation leaves room for further development like full tickless
|
| /Linux-v5.4/fs/btrfs/ |
| D | relocation.c | 102 struct list_head leaves; member 208 INIT_LIST_HEAD(&cache->leaves); in backref_cache_init() 222 while (!list_empty(&cache->leaves)) { in backref_cache_cleanup() 223 node = list_entry(cache->leaves.next, in backref_cache_cleanup() 448 list_add_tail(&upper->lower, &cache->leaves); in remove_backref_node() 1019 list_add_tail(&node->lower, &cache->leaves); in build_backref_tree() 1229 list_add_tail(&new_node->lower, &cache->leaves); in clone_backref_node()
|
| /Linux-v5.4/security/ |
| D | Kconfig.hardening | 46 This leaves the kernel vulnerable to the standard
|
| /Linux-v5.4/Documentation/leds/ |
| D | leds-class.rst | 115 above leaves scope for further attributes should they be needed. If sections
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | unicode.rst | 47 This leaves U+E000 to U+EFFF as End User Zone.
|
| /Linux-v5.4/Documentation/scheduler/ |
| D | sched-rt-group.rst | 47 relied upon. Which leaves us with just the single fixed portion.
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | pc87360.rst | 159 recommended resistor values for some voltages, but this still leaves much
|