Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dmarkup_oops.pl105 $lastword = $1;
114 $clobber = $lastword;
128 my $lastwordprime = reg_name($lastword);
146 if ($lastword =~ /$reg/ || $lastwordprime =~ /$reg/) {
/linux-6.15/tools/testing/selftests/exec/
H A DMakefile43 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
46 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
/linux-6.15/lib/vdso/
H A DMakefile.include3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
/linux-6.15/tools/testing/selftests/mm/page_frag/
H A DMakefile1 PAGE_FRAG_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.15/tools/testing/selftests/bpf/test_kmods/
H A DMakefile1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.15/tools/testing/selftests/livepatch/test_modules/
H A DMakefile1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-6.15/drivers/video/logo/
H A DMakefile25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
/linux-6.15/tools/verification/rv/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux-6.15/tools/tracing/latency/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux-6.15/tools/tracing/rtla/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux-6.15/fs/
H A Dnamei.c2304 unsigned long *lastword) in hash_name() argument
2321 *lastword = a; in hash_name()
2343 *lastword = 0; // Multi-word components cannot be DOT or DOTDOT in hash_name()
2391 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() argument
2407 *lastword = last; in hash_name()
2448 unsigned long lastword; in link_path_walk() local
2456 name = hash_name(nd, name, &lastword); in link_path_walk()
2458 switch(lastword) { in link_path_walk()
/linux-6.15/Documentation/kbuild/
H A Dmodules.rst241 export KBUILD_EXTMOD := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
/linux-6.15/
H A DMakefile41 this-makefile := $(lastword $(MAKEFILE_LIST))