| /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)))) 115 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 125 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 132 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 208 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c)) 216 $(wildcard $(BPF_PROGS_DIR)/*.h) \ 218 $(wildcard $(BPFDIR)/hid_bpf_*.h) \ 219 $(wildcard $(BPFDIR)/*.bpf.h) \
|
| /linux/drivers/hv/ |
| H A D | mshv_trace.h | 424 TP_PROTO(u64 partition_id, u64 addr, u64 length, u64 datamatch, bool wildcard, 426 TP_ARGS(partition_id, addr, length, datamatch, wildcard, eventfd, ret), 432 __field(bool, wildcard) 441 __entry->wildcard = wildcard; 450 __entry->wildcard, 457 TP_PROTO(u64 partition_id, u64 addr, u64 length, u64 datamatch, bool wildcard, 459 TP_ARGS(partition_id, addr, length, datamatch, wildcard, eventfd), 465 __field(bool, wildcard) 473 __entry->wildcard = wildcard; 481 __entry->wildcard,
|
| /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)) \ 21 TEST_INCLUDES := $(wildcard py/*.py sh/*.sh)
|
| /linux/arch/riscv/kernel/vdso_cfi/ |
| H A D | Makefile | 12 vdso_c_sources := $(wildcard $(src)/*.c) 13 vdso_S_sources := $(wildcard $(src)/*.S)
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Makefile | 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 48 SOURCES = $(wildcard *.bpf.c) 78 $(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)),) 109 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 117 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 162 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 | 744 bool wildcard; 778 if (p->wildcard) in ioeventfd_in_range() 779 /* all else equal, wildcard is always a hit */ in ioeventfd_in_range() 845 (_p->wildcard || p->wildcard || in ioeventfd_check_collision() 886 /* The datamatch feature is optional, otherwise this is a wildcard */ in kvm_assign_ioeventfd_idx() 890 p->wildcard = true; in kvm_assign_ioeventfd_idx() 932 bool wildcard; in kvm_deassign_ioeventfd_idx() 938 wildcard = !(args->flags & KVM_IOEVENTFD_FLAG_DATAMATCH); in kvm_deassign_ioeventfd_idx() 947 p->wildcard ! in kvm_deassign_ioeventfd_idx() 743 bool wildcard; global() member 934 bool wildcard; kvm_deassign_ioeventfd_idx() local [all...] |
| /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)),) 139 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 149 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 158 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
|
| /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/build/ |
| H A D | Makefile.build | 49 rule_mkdir = $(if $(wildcard $(dir $@)),,@$(call echo-cmd,mkdir) $(cmd_mkdir)) 174 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS))) 175 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
| /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 421 * can only have a wildcard match if the wildcard begins with in perf_pmus__scan_matching_wildcard() 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() [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 25 ifneq ($(wildcard $(GENHDR)),) 122 TEST_FILES = xsk_prereqs.sh $(wildcard progs/btf_dump_test_case_*.c) 236 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 304 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard test_kmods/Makefile test_kmods/*.[ch]) 350 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 365 $(CROSS_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \ 394 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 403 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \ 559 HEADERS_FOR_BPF_OBJS := $(wildcard $(BPFDIR)/*.bpf.h) \ 560 $(wildcard [all...] |
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | Makefile | 62 $(wildcard lib/py/*.py ../lib/py/*.py) \ 75 TEST_GEN_FILES += $(patsubst %.c,%.o,$(wildcard *.bpf.c))
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 39 $(LIBBPF): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_OUTPUT) 47 $(LIBBPF_BOOTSTRAP): $(wildcard $(BPF_DIR)/*.[ch] $(BPF_DIR)/Makefile) | $(LIBBPF_BOOTSTRAP_OUTPUT) 169 include $(wildcard $(OUTPUT)*.d) 173 SRCS := $(wildcard *.c) 244 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|