Searched refs:descend (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/tools/ |
D | Makefile | 63 $(call descend,power/$@) 66 $(call descend,power/$@) 69 $(call descend,$@) 72 $(call descend,$@) 75 $(call descend,lib/lockdep) 78 $(call descend,lib/api) 89 $(call descend,testing/$@) 92 $(call descend,power/x86/$@) 95 $(call descend,thermal/$@) 98 $(call descend,laptop/$@) [all …]
|
/Linux-v5.15/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.15/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)
|
/Linux-v5.15/tools/tracing/ |
D | Makefile | 11 $(call descend,latency) 14 $(call descend,latency,install) 17 $(call descend,latency,clean)
|
/Linux-v5.15/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.15/tools/bpf/bpftool/ |
D | Makefile | 230 $(call descend,Documentation) 233 $(call descend,Documentation,clean) 236 $(call descend,Documentation,install) 239 $(call descend,Documentation,uninstall)
|
/Linux-v5.15/tools/scripts/ |
D | Makefile.include | 125 descend = \ 149 descend = \
|
/Linux-v5.15/fs/verity/ |
D | verify.c | 138 goto descend; in verify_page() 148 descend: in verify_page()
|
/Linux-v5.15/Documentation/misc-devices/ |
D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
/Linux-v5.15/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.15/ |
D | Makefile | 1161 autoksyms_recursive: descend modules.order 1189 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ; 1740 $(MODORDER): descend 1832 $(single-no-ko): descend 1865 PHONY += descend $(build-dirs) 1866 descend: $(build-dirs) target
|
/Linux-v5.15/Documentation/kbuild/ |
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 1062 When "make clean" is executed, make will descend down in arch/x86/boot, 1064 the subdir- trick to descend further down. 1077 before starting to descend down in the individual directories. 1090 4) Recursively descend down in all directories listed in 1264 built before starting to descend down in the subdirectories.
|
/Linux-v5.15/lib/ |
D | assoc_array.c | 1485 descend: in assoc_array_gc() 1538 goto descend; in assoc_array_gc()
|
/Linux-v5.15/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 123 the bus. To do so, the user has to descend into the component's configuration
|