Searched refs:find (Results 1 - 25 of 176) sorted by last modified time

12345678

/linux-master/
H A DMakefile612 # Files to ignore in find ... statements
1267 $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \
1373 $(Q)find $(srctree)/tools/testing/selftests -name config -o -name config.$(UTS_MACHINE) | \
1518 @find . $(RCS_FIND_IGNORE) \
1527 @find . $(RCS_FIND_IGNORE) \
1731 # We match using absolute paths since `find` does not resolve them
1735 $(Q)find $(abs_srctree) -type f -name '*.rs' \
1928 @find $(or $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \
2001 find $(srctree)/* $(RCS_FIND_IGNORE) \
2006 find
[all...]
/linux-master/rust/
H A DMakefile99 $(Q)find $(rustdoc_output) -name '*.html' -type f -print0 | xargs -0 sed -Ei \
/linux-master/include/net/
H A Dsch_generic.h256 unsigned long (*find)(struct Qdisc *, u32 classid); member in struct:Qdisc_class_ops
/linux-master/sound/soc/codecs/
H A Dcs42l43.c14 #include <linux/find.h>
/linux-master/net/sched/
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...]
H A Dsch_taprio.c374 /* Here, we are just trying to find out the
1251 /* FIXME: find a better place to do this */
2509 .find = taprio_find,
/linux-master/drivers/gpu/drm/i915/
H A DMakefile437 $(shell cd $(srctree)/$(src) && find * -name '*.h')))
/linux-master/drivers/gpu/drm/xe/
H A DMakefile313 $(patsubst %.h,%.hdrtest, $(shell cd $(srctree)/$(src) && find * -name '*.h' $(hdrtest_find_args)))
/linux-master/scripts/
H A Dbpf_doc.py197 offset = self.reader.read().find(target)
208 'Could not find start of eBPF syscall descriptions list')
220 'Could not find start of bpf_cmd enum', 0)
246 'Could not find start of eBPF helper descriptions list')
264 'Could not find start of eBPF helper definition list')
/linux-master/tools/objtool/
H A DMakefile93 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/linux-master/scripts/package/
H A Dkernel.spec89 find "%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb" -printf "%%%ghost /boot/dtb-%{KERNELRELEASE}/%%P\n"
/linux-master/scripts/kconfig/tests/
H A Dconftest.py240 lambda s, e: getattr(s, attr).find(e) >= 0,
/linux-master/scripts/kconfig/
H A Dlexer.l400 fprintf(stderr, "can't find file %s\n", name);
/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/tools/verification/rv/
H A DMakefile83 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/linux-master/tools/tracing/rtla/
H A DMakefile83 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/linux-master/tools/tracing/latency/
H A DMakefile90 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/linux-master/tools/testing/ktest/
H A Dktest.pl483 the grub menu.lst for this option to find what kernel to
2019 dodie "Could not find '$grub_menu' through $command on $machine"
3293 # 2 if it can not find any more configs
3353 fail "Could not find an executable config-bisect.pl\n",
3679 # find out which arch this is by the kconfig file
3692 doprint "Could not find arch from config file\n";
3860 # First things first. We build an allnoconfig to find
3935 # till we find a config that changes our list.
4165 # find the mailer
4168 die "\nCan not find
[all...]
/linux-master/tools/testing/selftests/kvm/
H A DMakefile321 (find $(include_paths) -name '*.h' \
323 find . -name '*.c' \
/linux-master/Documentation/devicetree/bindings/
H A DMakefile28 find_all_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \
76 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh297 gpiochip=$(find "$DEBUGFS/$module/" -name gpiochip* -type d | sort)
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py350 @return: False when find one metric out in Metric file. (This rule should not skipped.)
384 data[0] = data[0][data[0].find('{'):]
431 1) find metrics with '1%' or '100%' as ScaleUnit for Percent check
/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
H A DMakefile.config1218 # FIXME: system's libbpf header directory, where we expect to find bpf/bpf_helpers.h, for instance
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile100 lib-$(CONFIG_UNACCEPTED_MEMORY) += unaccepted_memory.o bitmap.o find.o

Completed in 602 milliseconds

12345678