Searched refs:find (Results 1 - 25 of 176) sorted by relevance

12345678

/linux-master/scripts/package/
H A Dinstall-extmod-build20 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'
21 find include scripts -type f -o -type l
22 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform
23 find "arch/${SRCARCH}" -name include -type d
31 find "arch/${SRCARCH}/include" Module.symvers include scripts -type f
34 find scripts/gcc-plugins -name '*.so'
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh17 find $1 -name console.log -exec cat {} \; |
H A Dkvm-remote-noreap.sh28 find "$pathname" -type f -exec touch -c {} \; > /dev/null 2>&1
/linux-master/tools/testing/selftests/ftrace/test.d/selftest/
H A Dbashisms.tc6 echo "Hmm, we can not find ftracetest"
17 for t in $(find $FTRACETEST_ROOT/test.d -name \*.tc); do
/linux-master/tools/memory-model/scripts/
H A Dinitlitmushist.sh57 find litmus -type d -print |
63 find litmus -name '*.litmus' -print | mselect7 -arch C > $T/list-C
H 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 |
H 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
H 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
H A Dcheckalllitmus.sh42 find $litmusdir -type d -print |
/linux-master/scripts/
H A Dstackusage29 find . -name '*.su' -newermt "@${now}" -print | \
H A Dfind-unused-docs.sh8 # usage: Run 'scripts/find-unused-docs.sh directory' from top level of kernel
11 # example: $scripts/find-unused-docs.sh drivers/scsi
21 echo "Usage: scripts/find-unused-docs.sh directory"
52 for file in `find $1 -name '*.c'`; do
H A Dshow_delta114 if string.find(rest, base_str)==1:
120 print ('Couldn\'t find line matching base pattern "%s"' % base_str)
H A Dremove-stale-files39 find . -name '*.usyms' | xargs rm -f
H A Dtags.sh46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
49 # find sources in arch/$1
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
58 # find sources in arch/$1/include
61 local include=$(find ${tree}arch/$1/ -name include -type d -print);
64 find $include $ignore -name "$2" -not -type l -print;
68 # find sources in include/
71 find ${tree}include $ignore -name config -prune -o -name "$1" \
75 # find sources in rest of tree
79 find
[all...]
/linux-master/Documentation/sphinx/
H A Dload_config.py25 start = config_file.find('Documentation/')
27 start = config_file.find('/', start + 1)
38 if l[0].find(dir + '/') == 0:
/linux-master/kernel/
H A Dgen_kheaders.sh26 # find $all_dirs -name "*.h" | xargs ls -l > /tmp/ls-$iter
46 headers_md5="$(find $all_dirs -name "*.h" |
70 do find "$f" -name "*.h";
78 do find "$f" -name "*.h";
82 find $cpio_dir -type f -print0 |
/linux-master/Documentation/features/scripts/
H A Dfeatures-refresh.sh46 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
/linux-master/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh32 for node in $(find ${PDT} -type d); do
45 for dev_dir in $(find /sys/devices -type d); do
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh22 local platform=$(find $PLATFORM_SYSFS -mindepth 2 -maxdepth 2 -type d -name $chip)
23 [ "$platform" ] || fail "can't find platform of $chip"
25 local base=$(find ${platform%/*}/gpio/ -mindepth 2 -maxdepth 2 -type f -name base)
26 [ "$base" ] || fail "can't find base of $chip"
/linux-master/tools/spi/
H 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-master/tools/build/tests/ex/
H A DMakefile24 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/linux-master/drivers/base/firmware_loader/builtin/
H A DMakefile42 $(shell find $(obj) -name \*.gen.S 2>/dev/null))
/linux-master/tools/perf/tests/shell/lib/
H A Dwaiting.sh13 th_cnt=$(find "/proc/$1/task" -mindepth 1 -maxdepth 1 -printf x | wc -c)
/linux-master/arch/s390/lib/
H A DMakefile6 lib-y += delay.o string.o uaccess.o find.o spinlock.o tishift.o
/linux-master/include/linux/
H A Dtextsearch.h33 * @find: find the next occurrence of the pattern
43 unsigned int (*find)(struct ts_config *, member in struct:ts_ops
99 * textsearch_find() must be called to find the first occurrence
108 unsigned int ret = conf->ops->find(conf, state);

Completed in 216 milliseconds

12345678