Searched refs:descend (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/ |
D | Makefile | 62 $(call descend,power/$@) 65 $(call descend,power/$@) 68 $(call descend,$@) 71 $(call descend,$@) 74 $(call descend,lib/lockdep) 77 $(call descend,lib/api) 88 $(call descend,testing/$@) 91 $(call descend,power/x86/$@) 94 $(call descend,thermal/$@) 97 $(call descend,laptop/$@) [all …]
|
/kernel/linux/linux-5.10/tools/power/acpi/ |
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)
|
/kernel/linux/linux-5.10/tools/bpf/ |
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)
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
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)
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | Makefile | 204 $(call descend,Documentation) 207 $(call descend,Documentation,clean) 210 $(call descend,Documentation,install) 213 $(call descend,Documentation,uninstall)
|
/kernel/linux/linux-5.10/tools/scripts/ |
D | Makefile.include | 116 descend = \ 139 descend = \
|
/kernel/linux/linux-5.10/fs/verity/ |
D | verify.c | 138 goto descend; in verify_page() 148 descend: in verify_page()
|
/kernel/linux/linux-5.10/Documentation/misc-devices/ |
D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
/kernel/linux/linux-5.10/Documentation/networking/ |
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
|
/kernel/linux/linux-5.10/ |
D | Makefile | 1198 autoksyms_recursive: descend modules.order 1226 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ; 1769 $(MODORDER): descend 1827 $(single-no-ko): descend 1860 PHONY += descend $(build-dirs) 1861 descend: $(build-dirs) target
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | makefiles.rst | 296 tells kbuild to descend down using the following assignment. 304 the corresponding obj- variable will be set, and kbuild will descend 920 The above assignment instructs kbuild to descend down in the 932 When "make clean" is executed, make will descend down in arch/x86/boot, 934 the subdir- trick to descend further down. 947 before starting to descend down in the individual directories. 960 4) Recursively descend down in all directories listed in 1134 built before starting to descend down in the subdirectories.
|
/kernel/linux/linux-5.10/lib/ |
D | assoc_array.c | 1485 descend: in assoc_array_gc() 1538 goto descend; in assoc_array_gc()
|
/kernel/linux/linux-5.10/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 123 the bus. To do so, the user has to descend into the component's configuration
|