Searched refs:descend (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.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 …]
|
/Linux-v5.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)
|
/Linux-v5.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,install) 125 $(call descend,runqslower,clean) 128 $(call descend,resolve_btfids) 131 $(call descend,resolve_btfids,clean)
|
/Linux-v5.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)
|
/Linux-v5.10/tools/bpf/bpftool/ |
D | Makefile | 205 $(call descend,Documentation) 208 $(call descend,Documentation,clean) 211 $(call descend,Documentation,install) 214 $(call descend,Documentation,uninstall)
|
/Linux-v5.10/tools/scripts/ |
D | Makefile.include | 98 descend = \ 121 descend = \
|
/Linux-v5.10/fs/verity/ |
D | verify.c | 138 goto descend; in verify_page() 148 descend: in verify_page()
|
/Linux-v5.10/Documentation/misc-devices/ |
D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
/Linux-v5.10/ |
D | Makefile | 1148 autoksyms_recursive: descend modules.order 1176 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ; 1711 $(MODORDER): descend 1769 $(single-no-ko): descend 1802 PHONY += descend $(build-dirs) 1803 descend: $(build-dirs) target
|
/Linux-v5.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
|
/Linux-v5.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.
|
/Linux-v5.10/lib/ |
D | assoc_array.c | 1485 descend: in assoc_array_gc() 1538 goto descend; in assoc_array_gc()
|
/Linux-v5.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
|