Home
last modified time | relevance | path

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

12345678910>>...31

/linux/Documentation/core-api/
A Dunion_find.rst11 What is union-find, and what is it used for?
14 Union-find is a data structure used to handle the merging and querying
15 of disjoint sets. The primary operations supported by union-find are:
46 Wikipedia entry on union-find
49 Linux implementation of union-find
55 The union-find data structure is defined as follows::
67 Initializing union-find
81 Find the Root Node of union-find
87 efficiency of subsequent find operations.
98 Union Two Sets in union-find
[all …]
/linux/scripts/package/
A Dinstall-extmod-build13 find scripts \
23 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'
24 find "arch/${SRCARCH}" -name generated -prune -o -name include -type d -print
25 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform
26 find include \( -name config -o -name generated \) -prune -o \( -type f -o -type l \) -print
43 find scripts/gcc-plugins -name '*.so'
79 find "${destdir}" \( -name '.*.cmd' -o -name '*.o' \) -delete
/linux/scripts/
A Dtags.sh46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
61 local include=$(find ${tree}arch/$1/ -name include -type d -print);
64 find $include $ignore -name "$2" -not -type l -print;
71 find ${tree}include $ignore -name config -prune -o -name "$1" \
79 find ${tree}* $ignore \
102 find $ignore -name "*.cmd" -exec \
120 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.sh66 if type debuginfod-find >/dev/null 2>&1 ; then
88 debuginfod-find debuginfo $modbuildid && return
107 for fn in $(find "$dir" -name "${module//_/[-_]}.ko*") ; do
230 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/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' -print | mselect7 -arch C > $T/list-C-all
A Dcheckghlitmus.sh32 find litmus -type d -print |
37 ( cd $LKMM_DESTDIR; find litmus -name "*.litmus${hwfnseg}.out" -print ) |
44 find litmus -name '*.litmus' -print | mselect7 -arch C > $T/list-C
A Dinitlitmushist.sh57 find litmus -type d -print |
63 find litmus -name '*.litmus' -print | mselect7 -arch C > $T/list-C
/linux/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/kernel/
A Dgen_kheaders.sh75 do find "$f" -name "*.h";
83 do find "$f" -name "*.h";
87 find $cpio_dir -type f -print0 |
/linux/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/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/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/Documentation/features/scripts/
A Dfeatures-refresh.sh46 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
/linux/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/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/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/Documentation/translations/zh_TW/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/net/xfrm/
A Dxfrm_algo.c648 int (*find)(const char *name, u32 type, u32 mask); member
654 .find = crypto_has_aead,
660 .find = crypto_has_ahash,
666 .find = crypto_has_skcipher,
672 .find = crypto_has_comp,
695 status = algo_list->find(list[i].name, 0, 0); in xfrm_find_algo()
/linux/tools/testing/selftests/dt/
A Dtest_unprobed_devices.sh32 for node in $(find ${PDT} -type d); do
58 for dev_dir in $(find /sys/devices -type d); do
/linux/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/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/tools/counter/
A DMakefile52 find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
53 find $(or $(OUTPUT),.) -name '\.*.o.cmd' -delete

Completed in 28 milliseconds

12345678910>>...31