Searched refs:traverse (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/arch/mips/fw/arc/ |
D | tree.c | 104 traverse(pcomponent *p, int op) in traverse() function 108 traverse(ArcGetChild(p), 1); in traverse() 110 traverse(ArcGetPeer(p), 1); in traverse()
|
/Linux-v4.19/scripts/ |
D | spdxcheck.py | 41 for el in lictree[d].traverse(): 197 for el in tree.traverse():
|
/Linux-v4.19/tools/thermal/tmon/ |
D | README | 16 links, trip point bindings, and device instances. To traverse such
|
/Linux-v4.19/fs/ |
D | seq_file.c | 91 static int traverse(struct seq_file *m, loff_t offset) in traverse() function 188 while ((err = traverse(m, *ppos)) == -EAGAIN) in seq_read() 325 while ((retval = traverse(m, offset)) == -EAGAIN) in seq_lseek()
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | directory.rst | 198 To traverse the directory as a htree, the code calculates the hash of 206 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-v4.19/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 | 493 cookie and using nd_set_link() to store the body to traverse, we return 494 the body to traverse and store the cookie using explicit void ** argument.
|
D | vfs.txt | 457 to traverse (and possibly resets the current position with
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 66 a list of them, then traverse the list once the lock was
|
/Linux-v4.19/Documentation/vm/ |
D | highmem.rst | 140 data has to be accessed to traverse in TLB fills and the like. One
|
/Linux-v4.19/Documentation/devicetree/ |
D | of_unittest.txt | 71 *parent, that is used to traverse the tree in the reverse direction. So, at
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 489 Writing to the validate file causes SLUB to traverse all of its
|
/Linux-v4.19/Documentation/arm64/ |
D | arm-acpi.txt | 151 ACPI tables provided by the system firmware; the ACPI core will then traverse
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 1136 method is this: firstly, the readers always traverse the list inside
|
/Linux-v4.19/net/netfilter/ |
D | Kconfig | 1040 will log every rule which match the packets as those traverse
|
/Linux-v4.19/Documentation/networking/ |
D | filter.txt | 395 the filter will generate. A limit of packets to traverse can be given.
|
/Linux-v4.19/Documentation/block/ |
D | biodoc.txt | 653 that traverse bio chains on completion need to keep that in mind. Drivers
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 97 they traverse to this state. An expired key can be updated back to a
|