Searched refs:firstword (Results 1 - 17 of 17) sorted by relevance

/linux-master/scripts/
H A DMakefile.compiler12 cc-cross-prefix = $(firstword $(foreach c, $(1), \
16 TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
H A DMakefile.vdsoinst16 src := $$(firstword $$(subst :,$(space),$(1)))
/linux-master/security/tomoyo/
H A DMakefile10 sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/$x.conf.default, $^) /dev/null); \
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c552 unsigned int firstword; /* first word used in the buffer */ local
569 firstword = word = xfs_rtx_to_rbmword(mp, start);
604 xfs_trans_log_rtbitmap(args, firstword, word);
609 firstword = word = 0;
636 xfs_trans_log_rtbitmap(args, firstword, word);
641 firstword = word = 0;
667 if (word > firstword)
668 xfs_trans_log_rtbitmap(args, firstword, word);
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-master/tools/bpf/runqslower/
H A DMakefile25 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux-master/tools/build/
H A DMakefile.build26 short-opts := $(firstword -$(MAKEFLAGS))
/linux-master/tools/scripts/
H A DMakefile.include142 short-opts := $(firstword -$(MAKEFLAGS))
/linux-master/tools/testing/selftests/hid/
H A DMakefile88 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-master/samples/hid/
H A DMakefile168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-master/tools/bpf/bpftool/
H A DMakefile197 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
/linux-master/samples/bpf/
H A DMakefile334 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-master/tools/testing/selftests/bpf/
H A DMakefile190 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-master/
H A DMakefile99 short-opts := $(firstword -$(MAKEFLAGS))
/linux-master/tools/perf/
H A DMakefile.perf1145 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
H A DMakefile.config1262 ifneq ($(filter /%,$(firstword $(perfexecdir))),)

Completed in 231 milliseconds