Searched refs:firstword (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.c | 673 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 D | Makefile | 10 …sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/…
|
| /linux/tools/power/cpupower/bindings/python/ |
| H A D | Makefile | 13 PY_INCLUDE ?= $(firstword $(shell python-config --includes))
|
| /linux/scripts/ |
| H A D | Makefile.compiler | 12 cc-cross-prefix = $(firstword $(foreach c, $(1), \
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | Makefile | 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/tools/bpf/runqslower/ |
| H A D | Makefile | |
| /linux/tools/scripts/ |
| H A D | Makefile.include | 174 short-opts := $(firstword -$(MAKEFLAGS))
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/samples/hid/ |
| H A D | Makefile | 168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/tools/sched_ext/ |
| H A D | Makefile | 81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/tools/testing/selftests/hid/ |
| H A D | Makefile | 89 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 208 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/samples/bpf/ |
| H A D | Makefile | 311 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 1259 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
|
| H A D | Makefile.perf | 1235 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 214 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux/ |
| H A D | Makefile | 96 ifneq ($(findstring s,$(firstword -$(MAKEFLAGS))),)
|