Home
last modified time | relevance | path

Searched refs:traverse (Results 1 – 25 of 35) sorted by relevance

12

/linux/Documentation/sphinx/
H A Dautomarkup.py317 for para in doctree.traverse(nodes.paragraph):
318 for node in para.traverse(condition=text_but_not_a_reference):
H A Dtranslations.py70 for node in doctree.traverse(LanguagesNode):
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-trigger-pattern.txt4 The LED is expected to traverse the series and each brightness value for the
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-ten64.dts8 * Author: Mathew McBride <matt@traverse.com.au>
20 compatible = "traverse,ten64", "fsl,ls1088a";
/linux/tools/thermal/tmon/
H A DREADME16 links, trip point bindings, and device instances. To traverse such
/linux/fs/
H A Dseq_file.c90 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/scripts/
H A Dspdxcheck.py58 for el in lictree[d].traverse():
294 for el in tree.traverse():
/linux/Documentation/bpf/
H A Dmap_xskmap.rst15 user space without having to traverse the full network stack. An AF_XDP socket
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst223 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),
H A Dinodes.rst9 file, one must traverse the directory files to find the directory entry
/linux/Documentation/filesystems/
H A Dpath-lookup.txt70 - traverse mount points;
71 - traverse symlinks;
145 object 2 will correctly continue to object 3 when it is time to traverse the
H A Dporting.rst605 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/drivers/md/dm-vdo/
H A Dblock-map.c2513 static void traverse(struct cursor *cursor);
2522 traverse(completion->parent); in continue_traversal()
2541 traverse(cursor); in finish_traversal_load()
2558 static void traverse(struct cursor *cursor) in traverse() function
2637 traverse(cursor); in launch_cursor()
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst182 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/Documentation/RCU/
H A DUP.rst71 a list of them, then traverse the list once the lock was
/linux/Documentation/devicetree/
H A Dof_unittest.rst99 ``*parent``, that is used to traverse the tree in the reverse direction. So, at
/linux/Documentation/mm/
H A Dhighmem.rst198 data has to be accessed to traverse in TLB fills and the like. One
H A Dpage_tables.rst59 traverse deeper in the hierarchy when you find a large mapped range like this.
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst301 starting from SMQ/MDQ, TL4 to TL1. Each packet will traverse MDQ, TL4 to TL1
/linux/Documentation/driver-api/media/
H A Dmc-core.rst147 The media framework provides APIs to traverse media graphs, locating connected
/linux/Documentation/translations/it_IT/process/
H A D7.AdvancedTopics.rst154 nel caso in cui sia arrivata per vie traverse.
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab497 Writing to the validate file causes SLUB to traverse all of its
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst180 If a patch touches multiple topics, traverse up the conceptual tree to find the
/linux/Documentation/networking/
H A Dfilter.rst431 the filter will generate. A limit of packets to traverse can be given.
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst247 the gpu_vm's reservation object is locked, it is safe to traverse the

12