Searched refs:descend (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/ |
| H A D | Makefile | 68 $(call descend,power/$@) 71 $(call descend,power/$@) 74 $(call descend,$@) 77 $(call descend,$@) 80 $(call descend,lib/api) 83 $(call descend,include/nolibc) 86 $(call descend,include/nolibc,$(patsubst nolibc_%,%,$@)) 97 $(call descend,sched_ext) 100 $(call descend,testing/$@) 103 $(call descend,lib/$@) [all …]
|
| /linux/tools/tracing/ |
| H A D | Makefile | 11 $(call descend,latency) 14 $(call descend,latency,install) 17 $(call descend,latency,clean) 20 $(call descend,rtla) 23 $(call descend,rtla,install) 26 $(call descend,rtla,clean)
|
| /linux/tools/power/acpi/ |
| H A D | Makefile | 18 $(call descend,tools/$@,all) 20 $(call descend,tools/$(@:_clean=),clean) 22 $(call descend,tools/$(@:_install=),install) 24 $(call descend,tools/$(@:_uninstall=),uninstall)
|
| /linux/tools/bpf/ |
| H A D | Makefile | 107 $(call descend,bpftool) 110 $(call descend,bpftool,install) 113 $(call descend,bpftool,clean) 116 $(call descend,resolve_btfids) 119 $(call descend,resolve_btfids,clean)
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 291 $(call descend,Documentation) 294 $(call descend,Documentation,clean) 297 $(call descend,Documentation,install) 300 $(call descend,Documentation,uninstall)
|
| /linux/tools/scripts/ |
| H A D | Makefile.include | 191 descend = \ 215 descend = \
|
| /linux/scripts/gdb/linux/ |
| H A D | radixtree.py | 77 def descend(parent, index): function 130 offset, child = descend(node, index)
|
| /linux/fs/verity/ |
| H A D | verify.c | 217 goto descend; in verify_data_block() 227 descend: in verify_data_block()
|
| /linux/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
| /linux/Documentation/networking/ |
| H A D | fib_trie.rst | 123 The lookup is in its simplest form just like fib_find_node(). We descend the 143 At this point we will repeatedly descend subtries to look for a match, and there
|
| /linux/Documentation/kbuild/ |
| H A D | makefiles.rst | 233 tells kbuild to descend down using the following assignment. 241 the corresponding obj- variable will be set, and kbuild will descend 260 Kbuild descend into subdirectories to build tools. 1042 The above assignment instructs kbuild to descend down in the 1056 before starting to descend down in the individual directories. 1075 4) Recursively descend down in all directories listed in 1276 built before starting to descend down in the subdirectories.
|
| /linux/lib/ |
| H A D | assoc_array.c | 1485 descend: in assoc_array_gc() 1537 goto descend; in assoc_array_gc()
|
| /linux/drivers/staging/most/Documentation/ |
| H A D | driver_usage.txt | 123 the bus. To do so, the user has to descend into the component's configuration
|
| /linux/tools/sched_ext/ |
| H A D | README.md | 200 is a much more performant CPU controller, which does not need to descend down
|