Searched refs:lastword (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/scripts/ |
| H A D | markup_oops.pl | 105 $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 D | Makefile | 43 $(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 D | Makefile.include | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
| /linux-6.15/tools/testing/selftests/mm/page_frag/ |
| H A D | Makefile | 1 PAGE_FRAG_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/tools/testing/selftests/bpf/test_kmods/ |
| H A D | Makefile | 1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/tools/testing/selftests/livepatch/test_modules/ |
| H A D | Makefile | 1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/drivers/video/logo/ |
| H A D | Makefile | 25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
|
| /linux-6.15/tools/verification/rv/ |
| H A D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
| /linux-6.15/tools/tracing/latency/ |
| H A D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
| /linux-6.15/tools/tracing/rtla/ |
| H A D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
| /linux-6.15/fs/ |
| H A D | namei.c | 2304 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 D | modules.rst | 241 export KBUILD_EXTMOD := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
|
| /linux-6.15/ |
| H A D | Makefile | 41 this-makefile := $(lastword $(MAKEFILE_LIST))
|