Home
last modified time | relevance | path

Searched refs:firstword (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/scripts/
DMakefile.compiler12 cc-cross-prefix = $(firstword $(foreach c, $(1), \
16 TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rtbitmap.c584 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/
DMakefile12 PY_INCLUDE = $(firstword $(shell python-config --includes))
/linux-6.12.1/security/tomoyo/
DMakefile10 …sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/…
/linux-6.12.1/drivers/hid/bpf/progs/
DMakefile29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/tools/bpf/runqslower/
DMakefile26 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux-6.12.1/tools/build/
DMakefile.build26 short-opts := $(firstword -$(MAKEFLAGS))
/linux-6.12.1/tools/scripts/
DMakefile.include142 short-opts := $(firstword -$(MAKEFLAGS))
/linux-6.12.1/tools/testing/selftests/sched_ext/
DMakefile45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/tools/sched_ext/
DMakefile81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/tools/testing/selftests/hid/
DMakefile91 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/samples/hid/
DMakefile167 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/tools/bpf/bpftool/
DMakefile198 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/samples/bpf/
DMakefile335 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/tools/testing/selftests/wireguard/qemu/
DMakefile14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
/linux-6.12.1/tools/testing/selftests/bpf/
DMakefile234 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux-6.12.1/tools/perf/
DMakefile.config1296 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
DMakefile.perf1233 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
/linux-6.12.1/
DMakefile96 ifneq ($(findstring s,$(firstword -$(MAKEFLAGS))),)