Searched refs:firstword (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/scripts/ |
D | Makefile.compiler | 12 cc-cross-prefix = $(firstword $(foreach c, $(1), \ 16 TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 584 unsigned int firstword; /* first word used in the buffer */ in xfs_rtmodify_range() local 601 firstword = word = xfs_rtx_to_rbmword(mp, start); in xfs_rtmodify_range() 636 xfs_trans_log_rtbitmap(args, firstword, word); in xfs_rtmodify_range() 641 firstword = word = 0; in xfs_rtmodify_range() 668 xfs_trans_log_rtbitmap(args, firstword, word); in xfs_rtmodify_range() 673 firstword = word = 0; in xfs_rtmodify_range() 699 if (word > firstword) in xfs_rtmodify_range() 700 xfs_trans_log_rtbitmap(args, firstword, word); in xfs_rtmodify_range()
|
/linux-6.12.1/tools/power/cpupower/bindings/python/ |
D | Makefile | 12 PY_INCLUDE = $(firstword $(shell python-config --includes))
|
/linux-6.12.1/security/tomoyo/ |
D | Makefile | 10 …sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/…
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | Makefile | 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/bpf/runqslower/ |
D | Makefile | 26 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
|
/linux-6.12.1/tools/build/ |
D | Makefile.build | 26 short-opts := $(firstword -$(MAKEFLAGS))
|
/linux-6.12.1/tools/scripts/ |
D | Makefile.include | 142 short-opts := $(firstword -$(MAKEFLAGS))
|
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | Makefile | 45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/sched_ext/ |
D | Makefile | 81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/testing/selftests/hid/ |
D | Makefile | 91 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/samples/hid/ |
D | Makefile | 167 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | Makefile | 198 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/samples/bpf/ |
D | Makefile | 335 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | Makefile | 234 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.12.1/tools/perf/ |
D | Makefile.config | 1296 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
|
D | Makefile.perf | 1233 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
|
/linux-6.12.1/ |
D | Makefile | 96 ifneq ($(findstring s,$(firstword -$(MAKEFLAGS))),)
|