| /linux/Documentation/core-api/ |
| A D | union_find.rst | 11 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 D | install-extmod-build | 13 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 D | tags.sh | 46 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 D | documentation-file-ref-check | 227 my @find = split /\s+/, $f; 231 } elsif (scalar(@find) > 1) { 233 foreach my $j (@find) { 238 $f = $find[0];
|
| A D | decode_stacktrace.sh | 66 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 D | Makefile.headersinst | 29 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 D | checklitmushist.sh | 35 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 D | newlitmushist.sh | 35 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 D | checkghlitmus.sh | 32 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 D | initlitmushist.sh | 57 find litmus -type d -print | 63 find litmus -name '*.litmus' -print | mselect7 -arch C > $T/list-C
|
| /linux/Documentation/sphinx/ |
| A D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
| /linux/kernel/ |
| A D | gen_kheaders.sh | 75 do find "$f" -name "*.h"; 83 do find "$f" -name "*.h"; 87 find $cpio_dir -type f -print0 |
|
| /linux/tools/spi/ |
| A D | Makefile | 56 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 D | dvb_references.rst | 17 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 D | gpio-mockup-sysfs.sh | 22 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 D | features-refresh.sh | 46 K_FILES=$(find $ARCH_DIR -name "Kconfig*") 64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
|
| /linux/Documentation/admin-guide/laptops/ |
| A D | sony-laptop.rst | 18 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 D | TODO | 2 - 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 D | gcov.rst | 226 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 D | gcov.rst | 226 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 D | xfrm_algo.c | 648 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 D | test_unprobed_devices.sh | 32 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 D | pciback.h | 108 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 D | textsearch.h | 43 unsigned int (*find)(struct ts_config *, member 108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
|
| /linux/tools/counter/ |
| A D | Makefile | 52 find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete 53 find $(or $(OUTPUT),.) -name '\.*.o.cmd' -delete
|