Searched refs:descend (Results 1 – 14 of 14) sorted by relevance
/linux/tools/ |
A D | Makefile | 63 $(call descend,power/$@) 66 $(call descend,power/$@) 69 $(call descend,$@) 72 $(call descend,$@) 75 $(call descend,lib/api) 86 $(call descend,testing/$@) 89 $(call descend,power/x86/$@) 92 $(call descend,thermal/$@) 95 $(call descend,laptop/$@) 98 $(call descend,kvm/$@) [all …]
|
/linux/tools/bpf/ |
A D | Makefile | 110 $(call descend,bpftool) 113 $(call descend,bpftool,install) 116 $(call descend,bpftool,clean) 119 $(call descend,runqslower) 122 $(call descend,runqslower,clean) 125 $(call descend,resolve_btfids) 128 $(call descend,resolve_btfids,clean)
|
/linux/tools/power/acpi/ |
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/lib/traceevent/ |
A D | Makefile | 253 $(call descend,Documentation) 257 $(call descend,Documentation,clean) 261 $(call descend,Documentation,install) 265 $(call descend,Documentation,uninstall) 286 $(call descend,plugins) 290 $(call descend,plugins,install) 294 $(call descend,plugins,clean)
|
/linux/tools/tracing/ |
A D | Makefile | 11 $(call descend,latency) 14 $(call descend,latency,install) 17 $(call descend,latency,clean)
|
/linux/tools/bpf/bpftool/ |
A D | Makefile | 258 $(call descend,Documentation) 261 $(call descend,Documentation,clean) 264 $(call descend,Documentation,install) 267 $(call descend,Documentation,uninstall)
|
/linux/tools/scripts/ |
A D | Makefile.include | 125 descend = \ 149 descend = \
|
/linux/fs/verity/ |
A D | verify.c | 138 goto descend; in verify_page() 148 descend: in verify_page()
|
/linux/Documentation/misc-devices/ |
A D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
/linux/ |
A D | Makefile | 1139 autoksyms_recursive: descend modules.order 1167 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ; 1718 $(MODORDER): descend 1810 $(single-no-ko): descend 1843 PHONY += descend $(build-dirs) 1844 descend: $(build-dirs) target
|
/linux/Documentation/networking/ |
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/ |
A D | makefiles.rst | 292 tells kbuild to descend down using the following assignment. 300 the corresponding obj- variable will be set, and kbuild will descend 319 Kbuild descend into subdirectories to build tools. 1050 The above assignment instructs kbuild to descend down in the 1064 before starting to descend down in the individual directories. 1077 4) Recursively descend down in all directories listed in 1251 built before starting to descend down in the subdirectories.
|
/linux/lib/ |
A D | assoc_array.c | 1484 descend: in assoc_array_gc() 1536 goto descend; in assoc_array_gc()
|
/linux/drivers/staging/most/Documentation/ |
A D | driver_usage.txt | 123 the bus. To do so, the user has to descend into the component's configuration
|
Completed in 19 milliseconds