Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c673 unsigned int firstword; /* first word used in the buffer */ in xfs_rtmodify_range() local
690 firstword = word = xfs_rtx_to_rbmword(mp, start); in xfs_rtmodify_range()
725 xfs_trans_log_rtbitmap(args, firstword, word); in xfs_rtmodify_range()
730 firstword = word = 0; in xfs_rtmodify_range()
757 xfs_trans_log_rtbitmap(args, firstword, word); in xfs_rtmodify_range()
762 firstword = word = 0; in xfs_rtmodify_range()
788 if (word > firstword) in xfs_rtmodify_range()
789 xfs_trans_log_rtbitmap(args, firstword, word); in xfs_rtmodify_range()
/linux/security/tomoyo/
H A DMakefile10 …sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/…
/linux/tools/power/cpupower/bindings/python/
H A DMakefile13 PY_INCLUDE ?= $(firstword $(shell python-config --includes))
/linux/scripts/
H A DMakefile.compiler12 cc-cross-prefix = $(firstword $(foreach c, $(1), \
/linux/drivers/hid/bpf/progs/
H A DMakefile29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/tools/bpf/runqslower/
H A DMakefile
/linux/tools/scripts/
H A DMakefile.include174 short-opts := $(firstword -$(MAKEFLAGS))
/linux/tools/testing/selftests/sched_ext/
H A DMakefile45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/samples/hid/
H A DMakefile168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/tools/sched_ext/
H A DMakefile81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/tools/testing/selftests/hid/
H A DMakefile89 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/tools/bpf/bpftool/
H A DMakefile208 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/samples/bpf/
H A DMakefile311 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
/linux/tools/perf/
H A DMakefile.config1259 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
H A DMakefile.perf1235 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
/linux/tools/testing/selftests/bpf/
H A DMakefile214 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/
H A DMakefile96 ifneq ($(findstring s,$(firstword -$(MAKEFLAGS))),)