Home
last modified time | relevance | path

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

12345678910>>...28

/Linux-v5.10/tools/perf/
Dperf-with-kcore.sh109find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
110find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
111find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
114find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
115find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
116find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID…
128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit)
[all …]
/Linux-v5.10/scripts/
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 \
99 include/generated/autoconf.h $(find $ignore -name "*.cmd" -exec \
115 find ${tree}arch/ -maxdepth 1 $ignore \
Ddocumentation-file-ref-check223 my @find = split /\s+/, $f;
227 } elsif (scalar(@find) > 1) {
229 foreach my $j (@find) {
234 $f = $find[0];
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-v5.10/kernel/
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-v5.10/drivers/staging/rtl8723bs/
DTODO2 - find and remove code blocks guarded by never set CONFIG_FOO defines
3 - find and remove remaining code valid only for 5 GHz. Most of the obvious
5 - find and remove any code for other chips that is left over
7 - find codes that can use %pM and %Nph formatting
/Linux-v5.10/scripts/package/
Dbuilddeb63 find . arch/$SRCARCH -maxdepth 1 -name Makefile\*
64 find include scripts -type f -o -type l
65 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform
66 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f
74 find arch/$SRCARCH/include Module.symvers include scripts -type f
77 find scripts/gcc-plugins -name \*.so
168 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
/Linux-v5.10/tools/lib/lockdep/
Drun_tests.sh10 find tests -name '*.c' | sort | while read -r i; do
22 find tests -name '*.c' | sort | while read -r i; do
35 find tests -name '*.c' | sort | while read -r i; do
/Linux-v5.10/tools/testing/selftests/kexec/
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)
79 secure_boot_file=$(find "$efi_vars" -name SecureBoot-* 2>/dev/null)
80 setup_mode_file=$(find "$efi_vars" -name SetupMode-* 2>/dev/null)
/Linux-v5.10/tools/memory-model/scripts/
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 |
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
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
Dinitlitmushist.sh57 find litmus -type d -print |
63 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
/Linux-v5.10/Documentation/sphinx/
Dload_config.py25 start = config_file.find('Documentation/')
27 start = config_file.find('/', start + 1)
38 if l[0].find(dir + '/') == 0:
/Linux-v5.10/drivers/staging/rtl8188eu/
DTODO2 - find and remove remaining code valid only for 5 GHz. Most of the obvious
4 - find and remove any code for other chips that is left over
6 - find codes that can use %pM and %Nph formatting
/Linux-v5.10/tools/spi/
DMakefile55 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete
56 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.d' -delete
57 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.cmd' -delete
/Linux-v5.10/Documentation/admin-guide/media/
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-v5.10/scripts/kconfig/
Dmconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
47 echo >&2 "* You may also need to install pkg-config to find the"
Dnconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
47 echo >&2 "* You may also need to install pkg-config to find the"
/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_find.txt23 returned can be used to find the field content from within a data record.
58 /* Cannot find "common_pid" field in the event */
67 /* Cannot find "softexpires" event specific field in the event */
76 /* Cannot find "mode" field in the event */
/Linux-v5.10/Documentation/features/scripts/
Dfeatures-refresh.sh46 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
/Linux-v5.10/Documentation/admin-guide/laptops/
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-v5.10/drivers/xen/xen-pciback/
Dpciback.h103 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
158 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev()
159 return xen_pcibk_backend->find(pcidev, pdev, domain, bus, in xen_pcibk_get_pcifront_dev()
/Linux-v5.10/include/linux/
Dtextsearch.h43 unsigned int (*find)(struct ts_config *, member
108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
/Linux-v5.10/Documentation/filesystems/nfs/
Dexporting.rst21 string for any dentry, and how to find an appropriate dentry for any
127 to find or create a dentry for the same object. The default
133 Given a filehandle fragment, this should find the implied object and
137 Given a filehandle fragment, this should find the parent of the
150 When given a parent dentry and a child dentry, this should find a name
154 to find potential names, and matches inode numbers to find the correct

12345678910>>...28