Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/linux-6.3-rc2/scripts/
A Dtags.sh39 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
48 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
54 include=$(find ${tree}arch/$1/ -name include -type d -print);
57 find $include $ignore -name "$2" -not -type l -print;
64 find ${tree}include $ignore -name config -prune -o -name "$1" \
72 find ${tree}* $ignore \
100 find $ignore -name "*.cmd" -exec \
118 find ${tree}arch/ -maxdepth 1 $ignore \
A Ddocumentation-file-ref-check227 my @find = split /\s+/, $f;
231 } elsif (scalar(@find) > 1) {
233 foreach my $j (@find) {
238 $f = $find[0];
A Ddecode_stacktrace.sh45 if type debuginfod-find >/dev/null 2>&1 ; then
67 debuginfod-find debuginfo $modbuildid && return
77 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
209 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
A DMakefile.headersinst29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h'))
31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h'))
49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
/linux-6.3-rc2/kernel/
A Dgen_kheaders.sh70 do find "$f" -name "*.h";
78 do find "$f" -name "*.h";
82 find $cpio_dir -type f -print0 |
88 find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
/linux-6.3-rc2/scripts/package/
A Dbuilddeb61 find . arch/$SRCARCH -maxdepth 1 -name Makefile\*
62 find include scripts -type f -o -type l
63 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform
64 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f
72 find arch/$SRCARCH/include Module.symvers include scripts -type f
75 find scripts/gcc-plugins -name \*.so
166 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
/linux-6.3-rc2/tools/memory-model/scripts/
A Dchecklitmushist.sh35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh )
39 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) |
55 ( cd $T/results; find litmus -type f -name '*.litmus.out' -print |
A Dnewlitmushist.sh35 find litmus -type d -print |
40 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) |
46 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C-all
A Dcheckghlitmus.sh31 find litmus -type d -print |
36 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) |
43 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
A Dinitlitmushist.sh57 find litmus -type d -print |
63 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
/linux-6.3-rc2/Documentation/sphinx/
A Dload_config.py25 start = config_file.find('Documentation/')
27 start = config_file.find('/', start + 1)
38 if l[0].find(dir + '/') == 0:
/linux-6.3-rc2/tools/spi/
A DMakefile56 find $(or $(OUTPUT),.) -name '*.o' -delete
57 find $(or $(OUTPUT),.) -name '\.*.o.d' -delete
58 find $(or $(OUTPUT),.) -name '\.*.o.cmd' -delete
/linux-6.3-rc2/Documentation/admin-guide/media/
A Ddvb_references.rst17 There, you'll find lots of information, from both development and usage
21 The API documentation is documented at the Kernel tree. You can find it
26 You may also find useful material at https://linuxtv.org/downloads/.
/linux-6.3-rc2/tools/testing/selftests/gpio/
A Dgpio-mockup-sysfs.sh22 local platform=$(find $PLATFORM_SYSFS -mindepth 2 -maxdepth 2 -type d -name $chip)
25 local base=$(find ${platform%/*}/gpio/ -mindepth 2 -maxdepth 2 -type f -name base)
/linux-6.3-rc2/Documentation/features/scripts/
A Dfeatures-refresh.sh46 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dsony-laptop.rst18 subsystem. See the logs of /proc/bus/input/devices to find out what those
30 If your laptop model supports it, you will find sysfs files in the
104 such a laptop you will find the necessary rfkill devices under
121 In your kernel logs you will find the list of all ACPI methods
128 (2) SN00 is used to find values in the lookup table
152 files and find out what is the impact on your laptop.
154 Should you find anything interesting, please report it back to me,
/linux-6.3-rc2/drivers/staging/rtl8723bs/
A DTODO2 - find and remove any code for other chips that is left over
4 - find codes that can use %pM and %Nph formatting
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/
A Dgcov.rst226 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \
257 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \;
258 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \;
259 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
/linux-6.3-rc2/drivers/xen/xen-pciback/
A Dpciback.h108 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
163 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev()
164 return xen_pcibk_backend->find(pcidev, pdev, domain, bus, in xen_pcibk_get_pcifront_dev()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A DDENYLIST.s390x3 bloom_filter_map # failed to find kernel BTF type ID of '__x64_sys_getpgid'…
21 user_ringbuf # failed to find kernel BTF type ID of '__s390x_sys_prctl'…
/linux-6.3-rc2/include/linux/
A Dtextsearch.h43 unsigned int (*find)(struct ts_config *, member
108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
/linux-6.3-rc2/tools/perf/pmu-events/
A DBuild4 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
7 find $(JDIR_TEST) -name '*.json')
/linux-6.3-rc2/tools/testing/selftests/kexec/
A Dkexec_common_lib.sh52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null)
53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null)
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-devices12 this. If a program wishes to find different things in
17 devices being added and removed from this tree to find
/linux-6.3-rc2/Documentation/networking/
A Dfib_trie.rst124 trie, key segment by key segment, until we find a leaf. check_leaf() does
127 If we find a match, we are done.
129 If we don't find a match, we enter prefix matching mode. The prefix length,
131 and we backtrack upwards through the trie trying to find a longest matching
137 the child index until we find a match or the child index consists of nothing but
141 chop off part of the key in order to find the longest matching prefix.

Completed in 30 milliseconds

12345678910>>...29