Searched refs:descend (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/tools/ |
D | Makefile | 61 $(call descend,power/$@) 64 $(call descend,power/$@) 67 $(call descend,$@) 70 $(call descend,lib/lockdep) 73 $(call descend,lib/api) 84 $(call descend,testing/$@) 87 $(call descend,power/x86/$@) 90 $(call descend,thermal/$@) 93 $(call descend,laptop/$@) 96 $(call descend,kvm/$@) [all …]
|
/Linux-v5.4/tools/power/acpi/ |
D | Makefile | 16 $(call descend,tools/$@,all) 18 $(call descend,tools/$(@:_clean=),clean) 20 $(call descend,tools/$(@:_install=),install) 22 $(call descend,tools/$(@:_uninstall=),uninstall)
|
/Linux-v5.4/tools/lib/traceevent/ |
D | Makefile | 250 $(call descend,Documentation) 254 $(call descend,Documentation,clean) 258 $(call descend,Documentation,install) 262 $(call descend,Documentation,uninstall) 283 $(call descend,plugins) 287 $(call descend,plugins,install) 291 $(call descend,plugins,clean)
|
/Linux-v5.4/drivers/thermal/ |
D | clock_cooling.c | 97 int descend = -1; in clock_cooling_get_property() local 112 if (freq != CPUFREQ_ENTRY_INVALID && descend == -1) in clock_cooling_get_property() 113 descend = freq > pos->frequency; in clock_cooling_get_property() 133 level = descend ? input : (max_level - input); in clock_cooling_get_property() 146 *output = descend ? i : (max_level - i); in clock_cooling_get_property()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | Makefile | 146 $(call descend,Documentation) 149 $(call descend,Documentation,clean) 152 $(call descend,Documentation,install) 155 $(call descend,Documentation,uninstall)
|
/Linux-v5.4/tools/bpf/ |
D | Makefile | 104 $(call descend,bpftool) 107 $(call descend,bpftool,install) 110 $(call descend,bpftool,clean)
|
/Linux-v5.4/tools/scripts/ |
D | Makefile.include | 98 descend = \ 120 descend = \
|
/Linux-v5.4/fs/verity/ |
D | verify.c | 137 goto descend; in verify_page() 147 descend: in verify_page()
|
/Linux-v5.4/Documentation/misc-devices/ |
D | ad525x_dpot.txt | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed).
|
/Linux-v5.4/ |
D | Makefile | 1051 autoksyms_recursive: descend modules.order 1083 $(sort $(vmlinux-deps)): descend ; 1288 modules.order: descend 1608 modules: descend $(objtree)/Module.symvers 1649 PHONY += descend $(build-dirs) 1650 descend: $(build-dirs) target 1778 $(single-no-ko): descend
|
/Linux-v5.4/Documentation/networking/ |
D | fib_trie.txt | 119 The lookup is in its simplest form just like fib_find_node(). We descend the 139 At this point we will repeatedly descend subtries to look for a match, and there
|
/Linux-v5.4/Documentation/kbuild/ |
D | makefiles.rst | 290 tells kbuild to descend down using the following assignment. 298 the corresponding obj- variable will be set, and kbuild will descend 777 The above assignment instructs kbuild to descend down in the 789 When "make clean" is executed, make will descend down in arch/x86/boot, 791 the subdir- trick to descend further down. 804 before starting to descend down in the individual directories. 817 4) Recursively descend down in all directories listed in 991 built before starting to descend down in the subdirectories.
|
/Linux-v5.4/lib/ |
D | assoc_array.c | 1485 descend: in assoc_array_gc() 1538 goto descend; in assoc_array_gc()
|
/Linux-v5.4/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 123 the bus. To do so, the user has to descend into the component's configuration
|