Home
last modified time | relevance | path

Searched refs:lastword (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/scripts/
Dmarkup_oops.pl105 $lastword = $1;
114 $clobber = $lastword;
128 my $lastwordprime = reg_name($lastword);
146 if ($lastword =~ /$reg/ || $lastwordprime =~ /$reg/) {
/linux-6.12.1/tools/testing/selftests/exec/
DMakefile36 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
39 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
/linux-6.12.1/lib/vdso/
DMakefile3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_modorder_x/
DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_no_cfi/
DMakefile1 BPF_TEST_NO_CFI_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_modorder_y/
DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.12.1/tools/testing/selftests/livepatch/test_modules/
DMakefile1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.12.1/drivers/video/logo/
DMakefile25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
/linux-6.12.1/tools/tracing/rtla/
DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux-6.12.1/tools/verification/rv/
DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux-6.12.1/tools/tracing/latency/
DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux-6.12.1/scripts/package/debian/
Drules24 revision = $(lastword $(subst -, ,$(shell dpkg-parsechangelog -S Version)))
/linux-6.12.1/fs/
Dnamei.c2219 unsigned long *lastword) in hash_name() argument
2236 *lastword = a; in hash_name()
2258 *lastword = 0; // Multi-word components cannot be DOT or DOTDOT in hash_name()
2306 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() argument
2322 *lastword = last; in hash_name()
2363 unsigned long lastword; in link_path_walk() local
2371 name = hash_name(nd, name, &lastword); in link_path_walk()
2373 switch(lastword) { in link_path_walk()
/linux-6.12.1/
DMakefile41 this-makefile := $(lastword $(MAKEFILE_LIST))