Searched refs:traverse (Results 1 – 25 of 28) sorted by relevance
12
| /Linux-v6.6/Documentation/sphinx/ |
| D | automarkup.py | 303 for para in doctree.traverse(nodes.paragraph): 304 for node in para.traverse(condition=text_but_not_a_reference):
|
| /Linux-v6.6/Documentation/devicetree/bindings/leds/ |
| D | leds-trigger-pattern.txt | 4 The LED is expected to traverse the series and each brightness value for the
|
| /Linux-v6.6/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls1088a-ten64.dts | 8 * Author: Mathew McBride <matt@traverse.com.au> 20 compatible = "traverse,ten64", "fsl,ls1088a";
|
| /Linux-v6.6/tools/thermal/tmon/ |
| D | README | 16 links, trip point bindings, and device instances. To traverse such
|
| /Linux-v6.6/fs/ |
| D | seq_file.c | 90 static int traverse(struct seq_file *m, loff_t offset) in traverse() function 195 while ((err = traverse(m, iocb->ki_pos)) == -EAGAIN) in seq_read_iter() 323 while ((retval = traverse(m, offset)) == -EAGAIN) in seq_lseek()
|
| /Linux-v6.6/scripts/ |
| D | spdxcheck.py | 58 for el in lictree[d].traverse(): 294 for el in tree.traverse():
|
| /Linux-v6.6/Documentation/bpf/ |
| D | map_xskmap.rst | 15 user space without having to traverse the full network stack. An AF_XDP socket
|
| /Linux-v6.6/Documentation/filesystems/ext4/ |
| D | directory.rst | 223 To traverse the directory as a htree, the code calculates the hash of 231 To traverse the directory as a linear array (such as the old code does),
|
| D | inodes.rst | 9 file, one must traverse the directory files to find the directory entry
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | path-lookup.txt | 70 - traverse mount points; 71 - traverse symlinks; 145 object 2 will correctly continue to object 3 when it is time to traverse the
|
| D | porting.rst | 605 cookie and using nd_set_link() to store the body to traverse, we return 606 the body to traverse and store the cookie using explicit void ** argument.
|
| /Linux-v6.6/Documentation/admin-guide/kdump/ |
| D | vmcoreinfo.rst | 182 circular linked list. User-space tools need these in order to traverse 246 by user-space tools to be able to traverse the descriptors without
|
| /Linux-v6.6/Documentation/RCU/ |
| D | UP.rst | 71 a list of them, then traverse the list once the lock was
|
| /Linux-v6.6/Documentation/mm/ |
| D | page_tables.rst | 59 traverse deeper in the hierarchy when you find a large mapped range like this.
|
| D | highmem.rst | 198 data has to be accessed to traverse in TLB fills and the like. One
|
| /Linux-v6.6/Documentation/devicetree/ |
| D | of_unittest.rst | 99 ``*parent``, that is used to traverse the tree in the reverse direction. So, at
|
| /Linux-v6.6/Documentation/translations/it_IT/process/ |
| D | 7.AdvancedTopics.rst | 154 nel caso in cui sia arrivata per vie traverse.
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/marvell/ |
| D | octeontx2.rst | 301 starting from SMQ/MDQ, TL4 to TL1. Each packet will traverse MDQ, TL4 to TL1
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-kernel-slab | 497 Writing to the validate file causes SLUB to traverse all of its
|
| /Linux-v6.6/Documentation/process/ |
| D | maintainer-kvm-x86.rst | 180 If a patch touches multiple topics, traverse up the conceptual tree to find the
|
| /Linux-v6.6/Documentation/networking/ |
| D | filter.rst | 431 the filter will generate. A limit of packets to traverse can be given.
|
| /Linux-v6.6/Documentation/arch/arm64/ |
| D | arm-acpi.rst | 154 ACPI tables provided by the system firmware; the ACPI core will then traverse
|
| /Linux-v6.6/Documentation/RCU/Design/Memory-Ordering/ |
| D | Tree-RCU-Memory-Ordering.rst | 534 Each pass of quiescent state forcing is guaranteed to traverse the leaf
|
| /Linux-v6.6/Documentation/kernel-hacking/ |
| D | locking.rst | 1130 method is this: firstly, the readers always traverse the list inside
|
| /Linux-v6.6/net/netfilter/ |
| D | Kconfig | 1105 will log every rule which match the packets as those traverse
|
12