/linux-4.4.14/arch/arm64/kernel/ |
D | cacheinfo.c | 89 unsigned int ctype, level, leaves; in __init_cache_level() local 92 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in __init_cache_level() 99 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in __init_cache_level() 103 this_cpu_ci->num_leaves = leaves; in __init_cache_level()
|
/linux-4.4.14/arch/s390/kernel/ |
D | cache.c | 137 unsigned int level = 0, leaves = 0; in init_cache_level() local 151 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level() 154 this_cpu_ci->num_leaves = leaves; in init_cache_level()
|
/linux-4.4.14/Documentation/ |
D | assoc_array.txt | 246 This deletes all the objects from an associative array and leaves it 261 This destroys the contents of the associative array and leaves it 349 This will cause leaves with different length keys to scatter away from each 358 can contain mixtures of leaves and metadata pointers. 453 To save memory, if a node can hold all the leaves in its portion of keyspace, 454 then the node will have all those leaves in it and will not have any metadata 455 pointers - even if some of those leaves would like to be in the same slot. 457 A node can contain a heterogeneous mix of leaves and metadata pointers. 459 space. The leaves can be in any slot not occupied by a metadata pointer. It 460 is guaranteed that none of the leaves in a node will match a slot occupied by a [all …]
|
D | flexible-arrays.txt | 113 This call frees all elements, but leaves the array itself in place.
|
D | unicode.txt | 41 This leaves U+E000 to U+EFFF as End User Zone.
|
D | padata.txt | 137 need not be completed during this call, but, if parallel() leaves work
|
D | crc32.txt | 152 leaves the low-order bits of the intermediate remainder zero, the
|
D | svga.txt | 73 a mode. It's also possible to press only <RETURN> which leaves the current mode.
|
D | applying-patches.txt | 120 outright and leaves a file with a .rej extension (a reject file). You can
|
D | kprobes.txt | 151 returns a non-zero error then Kprobes leaves the return address as is, and
|
D | CodingStyle | 490 multiple data declarations). This leaves you room for a small comment on each
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | 00-INDEX | 6 - KVM-specific cpuid leaves (x86).
|
D | mmu.txt | 194 guest pages as leaves.
|
/linux-4.4.14/arch/x86/include/asm/ |
D | processor.h | 815 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()
|
/linux-4.4.14/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.
|
D | baycom.txt | 53 to the parallel port, hence the name. The modem leaves the
|
D | rds.txt | 77 it leaves the queue when the remote system acknowledges
|
D | timestamping.txt | 77 Request tx timestamps when data leaves the kernel. These timestamps
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 288 struct list_head leaves; /* Radix Tree leaves */ member 386 block = alloc_rtree_node(gfp_mask, safe_needed, ca, &zone->leaves); in add_rtree_block() 442 INIT_LIST_HEAD(&zone->leaves); in create_zone_bm_rtree() 472 list_for_each_entry(node, &zone->leaves, list) in free_zone_bm_rtree() 480 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in memory_bm_position_reset() 770 if (&bm->cur.node->list != &bm->cur.zone->leaves) { in rtree_next_node() 781 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in rtree_next_node()
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | ABI.txt | 7 "That still leaves the question of, what does a stable binding look
|
/linux-4.4.14/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
|
D | path-lookup.txt | 143 This is a standard RCU-list deletion, which leaves the deleted object's
|
/linux-4.4.14/fs/gfs2/ |
D | dir.c | 1307 unsigned leaves = 0; in gfs2_dir_read_leaf() local 1320 if (leaves == 0) in gfs2_dir_read_leaf() 1323 leaves++; in gfs2_dir_read_leaf() 1338 larr = gfs2_alloc_sort_buffer((leaves + entries + 99) * sizeof(void *)); in gfs2_dir_read_leaf() 1341 darr = (const struct gfs2_dirent **)(larr + leaves); in gfs2_dir_read_leaf()
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 138 unsigned int leaves; member 2110 s->leaves++; in trie_collect_stats() 2134 if (stat->leaves) in trie_show_stats() 2135 avdepth = stat->totdepth*100 / stat->leaves; in trie_show_stats() 2143 seq_printf(seq, "\tLeaves: %u\n", stat->leaves); in trie_show_stats() 2144 bytes = LEAF_SIZE * stat->leaves; in trie_show_stats()
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep.txt | 4 aware of when each task enters and leaves any flavor of RCU read-side
|
D | trace.txt | 330 from root to leaves. It is best to think of the rcu_data 331 structures as forming yet another level after the leaves.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 51 above leaves scope for further attributes should they be needed. If sections
|
/linux-4.4.14/drivers/usb/ |
D | Kconfig | 53 leaves and the inner nodes are special USB devices called hubs.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PSS-updates | 33 setting of this parameter leaves the CDROM port disabled to maintain full
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 225 hrtimer_restart_sched_tick() is called when the CPU leaves the idle state before 237 The implementation leaves room for further development like full tickless
|
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 111 struct list_head leaves; member 215 INIT_LIST_HEAD(&cache->leaves); in backref_cache_init() 229 while (!list_empty(&cache->leaves)) { in backref_cache_cleanup() 230 node = list_entry(cache->leaves.next, in backref_cache_cleanup() 454 list_add_tail(&upper->lower, &cache->leaves); in remove_backref_node() 1040 list_add_tail(&node->lower, &cache->leaves); 1246 list_add_tail(&new_node->lower, &cache->leaves);
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct6775 | 141 there are no changes to fan speed. Once the temperature leaves the interval, fan
|
D | pc87360 | 145 recommended resistor values for some voltages, but this still leaves much
|
D | w83627ehf | 137 there are no changes to fan speed. Once the temperature leaves the interval,
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 47 relied upon. Which leaves us with just the single fixed portion.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 15 The split between the MPC5200 and the MPC5200B leaves a bit of a
|
/linux-4.4.14/Documentation/virtual/kvm/arm/ |
D | vgic-mapped-irqs.txt | 72 when the host ISR completes, but leaves the interrupt active until the guest
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 192 When the writer leaves the page, it simply goes into the ring buffer 666 is off the reader page. Once the commit page leaves the reader page
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 64 leaves. Virtual devices (like e.g. lo or veth) ignore this setting and instead
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 321 leaves the master in even if the device is partitioned. It also makes
|
/linux-4.4.14/Documentation/scsi/ |
D | aic7xxx.txt | 274 leaves target 6 at the default
|
D | aic79xx.txt | 277 leaves target 6 at the default
|
D | tmscsim.txt | 222 transfers, Disconnection, leaves Send Start (not used) untouched and
|
D | st.txt | 217 file being read is closed. The BSD semantics leaves the tape where it
|
D | ChangeLog.lpfc | 204 writes the INITFF bit and leaves lpfc_sli_brdreset() to clear
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 365 when UEFI leaves them in a state that may not be what
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 421 leaves 65536 bytes for each field. Using 3168 blocks per field, we get
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 211 trace_unhandled() functions, which we won't be using. That leaves us
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 52 into a tree-like hierarchy of classes; the leaves of this tree are
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 36 pci_register_driver() leaves most of the probing for devices to
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 534 remaining bridge members. When the port leaves the bridge, it should be aged
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 286 whenever the last task in the cgroup leaves (exits or attaches to
|
D | unified-hierarchy.txt | 230 enabled, tasks are always only on the leaves. This rules out
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 236 When the system leaves that low-power state, the device's driver is asked to
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 997 kernel boot leaves interrupts off and thus the motor will not be
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 806 The keyring will be replaced next time the parent process leaves the
|