Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Dcacheinfo.c89 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.1.27/arch/s390/kernel/
Dcache.c137 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.1.27/Documentation/
Dassoc_array.txt246 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 …]
Dflexible-arrays.txt113 This call frees all elements, but leaves the array itself in place.
Dpadata.txt137 need not be completed during this call, but, if parallel() leaves work
Dunicode.txt41 This leaves U+E000 to U+EFFF as End User Zone.
Dcrc32.txt152 leaves the low-order bits of the intermediate remainder zero, the
Dsvga.txt73 a mode. It's also possible to press only <RETURN> which leaves the current mode.
Dapplying-patches.txt120 outright and leaves a file with a .rej extension (a reject file). You can
Dkprobes.txt151 returns a non-zero error then Kprobes leaves the return address as is, and
DCodingStyle490 multiple data declarations). This leaves you room for a small comment on each
/linux-4.1.27/Documentation/virtual/kvm/
D00-INDEX6 - KVM-specific cpuid leaves (x86).
Dmmu.txt188 guest pages as leaves.
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h950 static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) in hypervisor_cpuid_base() argument
958 (leaves == 0 || ((eax - base) >= leaves))) in hypervisor_cpuid_base()
/linux-4.1.27/Documentation/networking/
Dfib_trie.txt32 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.
Dbaycom.txt53 to the parallel port, hence the name. The modem leaves the
Drds.txt77 it leaves the queue when the remote system acknowledges
Dtimestamping.txt77 Request tx timestamps when data leaves the kernel. These timestamps
/linux-4.1.27/kernel/power/
Dsnapshot.c288 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.1.27/Documentation/devicetree/bindings/
DABI.txt7 "That still leaves the question of, what does a stable binding look
/linux-4.1.27/Documentation/filesystems/
Dqnx6.txt60 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
Dpath-lookup.txt143 This is a standard RCU-list deletion, which leaves the deleted object's
/linux-4.1.27/fs/gfs2/
Ddir.c1302 unsigned leaves = 0; in gfs2_dir_read_leaf() local
1315 if (leaves == 0) in gfs2_dir_read_leaf()
1318 leaves++; in gfs2_dir_read_leaf()
1333 larr = gfs2_alloc_sort_buffer((leaves + entries + 99) * sizeof(void *)); in gfs2_dir_read_leaf()
1336 darr = (const struct gfs2_dirent **)(larr + leaves); in gfs2_dir_read_leaf()
/linux-4.1.27/net/ipv4/
Dfib_trie.c136 unsigned int leaves; member
2090 s->leaves++; in trie_collect_stats()
2114 if (stat->leaves) in trie_show_stats()
2115 avdepth = stat->totdepth*100 / stat->leaves; in trie_show_stats()
2123 seq_printf(seq, "\tLeaves: %u\n", stat->leaves); in trie_show_stats()
2124 bytes = LEAF_SIZE * stat->leaves; in trie_show_stats()
/linux-4.1.27/Documentation/leds/
Dleds-class.txt54 above leaves scope for further attributes should they be needed. If sections
/linux-4.1.27/drivers/usb/
DKconfig53 leaves and the inner nodes are special USB devices called hubs.
/linux-4.1.27/Documentation/RCU/
Dlockdep.txt4 aware of when each task enters and leaves any flavor of RCU read-side
Dtrace.txt346 from root to leaves. It is best to think of the rcu_data
347 structures as forming yet another level after the leaves.
/linux-4.1.27/Documentation/sound/oss/
DPSS-updates33 setting of this parameter leaves the CDROM port disabled to maintain full
/linux-4.1.27/Documentation/timers/
Dhighres.txt225 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.1.27/fs/btrfs/
Drelocation.c111 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.1.27/Documentation/scheduler/
Dsched-rt-group.txt47 relied upon. Which leaves us with just the single fixed portion.
/linux-4.1.27/Documentation/hwmon/
Dnct6775137 there are no changes to fan speed. Once the temperature leaves the interval, fan
Dpc87360145 recommended resistor values for some voltages, but this still leaves much
Dw83627ehf137 there are no changes to fan speed. Once the temperature leaves the interval,
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt15 The split between the MPC5200 and the MPC5200B leaves a bit of a
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt192 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.1.27/drivers/mtd/
DKconfig321 leaves the master in even if the device is partitioned. It also makes
/linux-4.1.27/Documentation/scsi/
Daic7xxx.txt274 leaves target 6 at the default
Daic79xx.txt277 leaves target 6 at the default
Dtmscsim.txt222 transfers, Disconnection, leaves Send Start (not used) untouched and
Dst.txt158 file being read is closed. The BSD semantics leaves the tape where it
DChangeLog.lpfc204 writes the INITFF bit and leaves lpfc_sli_brdreset() to clear
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt365 when UEFI leaves them in a state that may not be what
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt211 trace_unhandled() functions, which we won't be using. That leaves us
/linux-4.1.27/Documentation/video4linux/
DZoran421 leaves 65536 bytes for each field. Using 3168 blocks per field, we get
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt230 enabled, tasks are always only on the leaves. This rules out
Dcgroups.txt286 whenever the last task in the cgroup leaves (exits or attaches to
/linux-4.1.27/net/sched/
DKconfig52 into a tree-like hierarchy of classes; the leaves of this tree are
/linux-4.1.27/Documentation/PCI/
Dpci.txt36 pci_register_driver() leaves most of the probing for devices to
/linux-4.1.27/Documentation/x86/
Dboot.txt997 kernel boot leaves interrupts off and thus the motor will not be
/linux-4.1.27/Documentation/power/
Ddevices.txt236 When the system leaves that low-power state, the device's driver is asked to
/linux-4.1.27/Documentation/security/
Dkeys.txt806 The keyring will be replaced next time the parent process leaves the