Searched refs:find (Results 101 - 125 of 176) sorted by relevance

12345678

/linux-master/scripts/kconfig/tests/
H A Dconftest.py240 lambda s, e: getattr(s, attr).find(e) >= 0,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py624 fail(err["error"].find("No such device") == -1,
783 if out.find("/sys/kernel/debug type debugfs") == -1:
796 if err.find("Error: Failed to find qdisc with specified handle.") == -1:
1234 fail(err["error"].find("No such file or directory") == -1,
1244 fail(err["error"].find("File exists") == -1,
1268 fail(err["error"].find("No such file or directory") == -1,
1280 fail(err["error"].find("No such file or directory") == -1,
/linux-master/arch/xtensa/kernel/
H A Dvectors.S80 addx4 a0, a0, a3 # find entry in table
107 addx4 a0, a0, a3 # find entry in table
H A Dalign.S561 addx4 a0, a0, a3 # find entry in table
567 addx4 a0, a0, a3 # find entry in table
/linux-master/scripts/
H A Dspdxcheck.py208 if line.find("SPDX-License-Identifier:") < 0:
231 col = line.find(expr) + pe.tok.lexpos
H A Dget_abi.pl598 # Traverse graph to find the reference
622 printf STDERR "Error: Couldn't find a non-empty name on a children of $file/.*: ";
831 find({
944 # While this is not needed for find, it makes the patch nicer
954 find({wanted =>\&parse_abi, no_chdir => 1}, $prefix);
/linux-master/arch/arm/mm/
H A Dcache-v7.S152 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
153 clz r5, r4 @ find bit position of way size increment
/linux-master/Documentation/sphinx/
H A Dkfigure.py452 if uri.endswith('.*') or uri.find('://') != -1:
488 if uri.endswith('.*') or uri.find('://') != -1:
/linux-master/tools/testing/selftests/kvm/
H A DMakefile321 (find $(include_paths) -name '*.h' \
323 find . -name '*.c' \
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py383 if name.find(dlname) == 0 and d["port"][name]["flavour"] == "physical":
/linux-master/net/sched/
H A Dsch_mq.c259 .find = mq_find,
H A Dsch_prio.c397 .find = prio_find,
H A Dsch_multiq.c374 .find = multiq_find,
H A Dsch_api.c155 if (!(cops->find && cops->walk && cops->leaf))
344 cl = cops->find(p, classid);
380 * starting from the mpu, we find low and high table entries for
819 cl = cops->find(sch, parentid);
1193 cl = cops->find(parent, classid);
1529 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified classid");
1540 NL_SET_ERR_MSG(extack, "Cannot find specified qdisc on specified device");
1551 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified handle");
1633 NL_SET_ERR_MSG(extack, "Failed to find specified qdisc");
1763 NL_SET_ERR_MSG(extack, "Cannot find ingres
[all...]
/linux-master/scripts/kconfig/
H A Dstreamline_config.pl139 my @makefiles = `find $ksource -name Makefile -or -name Kbuild 2>/dev/null`;
615 # we could not find a reason to keep enabled.
/linux-master/tools/testing/selftests/hid/
H A DMakefile90 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest79 echo `find $1 -name \*.tc | sort`
/linux-master/security/tomoyo/
H A Dcommon.c522 * @profile: Profile number to find.
541 * @find: Name of keyword.
543 * Returns 1 if "@find=yes" was found, 0 if "@find=no" was found, -1 otherwise.
545 static s8 tomoyo_find_yesno(const char *string, const char *find) argument
547 const char *cp = strstr(string, find);
550 cp += strlen(find);
564 * @find: Name of keyword.
569 const char *find)
571 const char *cp = strstr(string, find);
568 tomoyo_set_uint(unsigned int *i, const char *string, const char *find) argument
[all...]
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c247 bool find = false; local
254 find = true;
259 if (!find)
1067 return dev_err_probe(dev, -EINVAL, "Cannot find pinctrl regmap.\n");
/linux-master/tools/perf/tests/
H A Dattr.py188 if name.find("event") == -1:
303 # For each expected event find all matching
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py70 if str2.find(char) != -1:
79 if str2.find(char) == -1:
1556 if versionStr is not None and versionStr.find(":") != -1:
1559 if versionStr is None or versionStr.find(":") == -1:
/linux-master/include/linux/
H A Dbitmap.h11 #include <linux/find.h>
191 * bitmap_find_next_zero_area - find a contiguous aligned zero area
652 * bitmap_find_free_region - find a contiguous aligned mem region
655 * @order: region size (log base 2 of number of bits) to find
/linux-master/samples/bpf/
H A DMakefile251 @find $(CURDIR) -type f -name '*~' -delete
288 echo "*** ERROR: Cannot find LLVM tool $${TOOL}" ;\
339 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
/linux-master/tools/perf/
H A DMakefile.perf201 FIND = find
828 $(OUTPUT)perf-read-vdso32: perf-read-vdso.c util/find-map.c
833 $(OUTPUT)perf-read-vdsox32: perf-read-vdso.c util/find-map.c
1182 $(Q)find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete -o -name '*.shellcheck_log' -delete
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh88 local find="$1"; shift
92 echo "COMMAND: ${cmd} 2>&1 | grep -q '${find}'"
94 out=$($cmd 2>&1 | grep -q "${find}" 2>&1)

Completed in 261 milliseconds

12345678