Home
last modified time | relevance | path

Searched refs:descend (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/
DMakefile57 $(call descend,power/$@)
60 $(call descend,power/$@)
63 $(call descend,$@)
66 $(call descend,lib/lockdep)
69 $(call descend,lib/api)
80 $(call descend,testing/$@)
83 $(call descend,power/x86/$@)
86 $(call descend,thermal/$@)
89 $(call descend,laptop/$@)
92 $(call descend,kvm/$@)
[all …]
/Linux-v4.19/tools/power/acpi/
DMakefile19 $(call descend,tools/$@,all)
21 $(call descend,tools/$(@:_clean=),clean)
23 $(call descend,tools/$(@:_install=),install)
25 $(call descend,tools/$(@:_uninstall=),uninstall)
/Linux-v4.19/drivers/thermal/
Dclock_cooling.c105 int descend = -1; in clock_cooling_get_property() local
120 if (freq != CPUFREQ_ENTRY_INVALID && descend == -1) in clock_cooling_get_property()
121 descend = freq > pos->frequency; in clock_cooling_get_property()
141 level = descend ? input : (max_level - input); in clock_cooling_get_property()
154 *output = descend ? i : (max_level - i); in clock_cooling_get_property()
/Linux-v4.19/tools/bpf/bpftool/
DMakefile117 $(call descend,Documentation)
120 $(call descend,Documentation,clean)
123 $(call descend,Documentation,install)
126 $(call descend,Documentation,uninstall)
/Linux-v4.19/tools/bpf/
DMakefile99 $(call descend,bpftool)
102 $(call descend,bpftool,install)
105 $(call descend,bpftool,clean)
/Linux-v4.19/tools/scripts/
DMakefile.include91 descend = \
113 descend = \
/Linux-v4.19/Documentation/misc-devices/
Dad525x_dpot.txt38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed).
/Linux-v4.19/Documentation/networking/
Dfib_trie.txt119 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-v4.19/Documentation/kbuild/
Dmakefiles.txt276 tells kbuild to descend down using the following assignment.
283 the corresponding obj- variable will be set, and kbuild will descend
777 The above assignment instructs kbuild to descend down in the
788 When "make clean" is executed, make will descend down in arch/x86/boot,
790 the subdir- trick to descend further down.
802 before starting to descend down in the individual directories.
814 4) Recursively descend down in all directories listed in
964 built before starting to descend down in the subdirectories.
/Linux-v4.19/lib/
Dassoc_array.c1486 descend: in assoc_array_gc()
1539 goto descend; in assoc_array_gc()