| /linux/include/uapi/ |
| H A D | Kbuild | 2 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) 6 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),) 10 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),) 11 ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/include/generated/uapi/asm/kvm_para.h),)
|
| /linux/net/netfilter/ |
| H A D | xt_socket.c | 62 bool wildcard; in socket_match() local 68 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) && in socket_match() 78 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard && in socket_match() 85 if (wildcard || !transparent) in socket_match() 123 bool wildcard; in socket_mt6_v1_v2_v3() local 129 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) && in socket_mt6_v1_v2_v3() 139 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard && in socket_mt6_v1_v2_v3() 146 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
|
| /linux/tools/testing/selftests/hid/ |
| H A D | Makefile | 89 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 122 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 132 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 139 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 213 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c)) 221 $(wildcard $(BPF_PROGS_DIR)/*.h) \ 223 $(wildcard $(BPFDIR)/hid_bpf_*.h) \ 224 $(wildcard $(BPFDIR)/*.bpf.h) \
|
| /linux/scripts/ |
| H A D | Makefile.modpost | 99 ksym-wl := $(if $(filter-out /%, $(ksym-wl)),$(if $(wildcard $(ksym-wl)),,$(srctree)/))$(ksym-wl) 104 ifeq ($(wildcard vmlinux.o),) 124 ifeq ($(wildcard $(objtree)/Module.symvers),) 153 existing-targets := $(wildcard $(sort $(targets)))
|
| H A D | Makefile.asm-headers | 37 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(src)/$(f)),$(f))) 44 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(src)/$(f)),,$(f))) 51 old-headers := $(wildcard $(obj)/*.h) 102 existing-targets := $(wildcard $(sort $(targets)))
|
| H A D | Makefile.headersinst | 25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/))) 26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/))) 48 old-subdirs := $(wildcard $(all-subdirs))
|
| /linux/drivers/virt/acrn/ |
| H A D | ioeventfd.c | 34 bool wildcard; member 64 (p->wildcard || ioeventfd->wildcard || in hsm_ioeventfd_is_conflict() 119 p->wildcard = true; in acrn_ioeventfd_assign() 182 (p->wildcard || p->data == data)) in hsm_ioeventfd_match()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_netiface.c | 62 u8 wildcard; member 77 (ip1->wildcard ? in hash_netiface4_data_equal() 112 (data->wildcard ? IPSET_FLAG_IFACE_WILDCARD : 0); in hash_netiface4_data_list() 239 e.wildcard = 1; in hash_netiface4_uadt() 296 u8 wildcard; member 311 (ip1->wildcard ? in hash_netiface6_data_equal() 346 (data->wildcard ? IPSET_FLAG_IFACE_WILDCARD : 0); in hash_netiface6_data_list() 461 e.wildcard = 1; in hash_netiface6_uadt()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | Makefile | 7 LOCAL_HDRS += $(wildcard *.h) 9 src_test := $(wildcard *_test.c)
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | Makefile | 15 $(patsubst %.c,%.o,$(wildcard *.bpf.c)) \ 20 TEST_INCLUDES := $(wildcard py/*.py sh/*.sh)
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Makefile | 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 48 SOURCES = $(wildcard *.bpf.c) 76 $(BPFOBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(LIBBPF_OUTPUT)
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 52 ifneq ($(wildcard $(GENHDR)),) 107 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 115 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 160 all_test_bpfprogs := $(foreach prog,$(wildcard *.bpf.c),$(INCLUDE_DIR)/$(patsubst %.c,%.skel.h,$(pr…
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | Makefile | 4 TEST_INCLUDES := $(wildcard lib/py/*.py) \ 5 $(wildcard lib/sh/*.sh) \
|
| /linux/virt/kvm/ |
| H A D | eventfd.c | 740 bool wildcard; member 774 if (p->wildcard) in ioeventfd_in_range() 844 (_p->wildcard || p->wildcard || in ioeventfd_check_collision() 889 p->wildcard = true; in kvm_assign_ioeventfd_idx() 931 bool wildcard; in kvm_deassign_ioeventfd_idx() local 937 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx() 946 p->wildcard != wildcard) in kvm_deassign_ioeventfd_idx() 949 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.standalone | 11 SRC := $(wildcard src/*.c) 12 HDR := $(wildcard src/*.h)
|
| /linux/tools/sched_ext/ |
| H A D | Makefile | 81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 88 ifneq ($(wildcard $(GENHDR)),) 137 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 147 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 156 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | Makefile | 50 $(wildcard lib/py/*.py ../lib/py/*.py) \ 63 TEST_GEN_FILES += $(patsubst %.c,%.o,$(wildcard *.bpf.c))
|
| /linux/tools/testing/selftests/net/ |
| H A D | bpf.mk | 38 BPF_PROG_OBJS := $(patsubst %.c,$(OUTPUT)/%.o,$(wildcard *.bpf.c)) 45 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
|
| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | Makefile | 62 ROUTE_VALUES_SRC=$(wildcard ../ni_route_values/*.c) 63 DEVICE_ROUTES_SRC=$(wildcard ../ni_device_routes/*.c)
|
| /linux/tools/perf/util/ |
| H A D | pmus.c | 405 struct perf_pmu *perf_pmus__scan_matching_wildcard(struct perf_pmu *pmu, const char *wildcard) in perf_pmus__scan_matching_wildcard() argument 425 if (strisglob(wildcard)) { in perf_pmus__scan_matching_wildcard() 428 } else if (strlen(wildcard) >= 4 && strncmp("drm_", wildcard, 4) == 0) { in perf_pmus__scan_matching_wildcard() 430 } else if (strlen(wildcard) >= 5 && strncmp("hwmon", wildcard, 5) == 0) { in perf_pmus__scan_matching_wildcard() 439 if (perf_pmu__wildcard_match(pmu, wildcard)) in perf_pmus__scan_matching_wildcard() 446 if (perf_pmu__wildcard_match(pmu, wildcard)) in perf_pmus__scan_matching_wildcard()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | Makefile | 54 LOCAL_HDRS += $(wildcard *.h) 57 $(TEST_GEN_PROGS_EXTENDED): $(wildcard *.c)
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 24 ifneq ($(wildcard $(GENHDR)),) 102 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c) 214 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 281 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard test_kmods/Makefile test_kmods/*.[ch]) 326 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 338 $(CROSS_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 364 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 373 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 515 HEADERS_FOR_BPF_OBJS := $(wildcard $(BPFDIR)/*.bpf.h) \ 532 $$(notdir $$(wildcard [all...] |
| /linux/samples/hid/ |
| H A D | Makefile | 114 $(LIBBPF): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(LIBBPF_OUTPUT) 124 $(BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) | $(BPFTOOL_OUTPUT) 168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 215 BPF_SRCS_LINKED := $(notdir $(wildcard $(src)/*.bpf.c))
|
| /linux/tools/bpf/runqslower/ |
| H A D | Makefile | |
| /linux/tools/bpf/resolve_btfids/ |
| H A D | Makefile | 60 $(BPFOBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(LIBBPF_OUT) 87 clean_objects := $(wildcard $(OUTPUT)/*.o \
|