Home
last modified time | relevance | path

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

/linux/scripts/
H A Dmarkup_oops.pl105 $lastword = $1;
114 $clobber = $lastword;
128 my $lastwordprime = reg_name($lastword);
146 if ($lastword =~ /$reg/ || $lastwordprime =~ /$reg/) {
/linux/tools/testing/selftests/exec/
H A DMakefile90 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
93 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
/linux/tools/testing/selftests/net/bench/page_pool/
H A DMakefile1 BENCH_PAGE_POOL_SIMPLE_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/testing/selftests/bpf/test_kmods/
H A DMakefile1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux/tools/verification/rv/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux/tools/tracing/latency/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux/scripts/package/debian/
H A Drules
/linux/tools/tracing/rtla/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux/fs/
H A Dnamei.c2454 unsigned long *lastword) in hash_name() argument
2471 *lastword = a; in hash_name()
2493 *lastword = 0; // Multi-word components cannot be DOT or DOTDOT in hash_name()
2541 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() argument
2557 *lastword = last; in hash_name()
2601 unsigned long lastword; in link_path_walk() local
2609 name = hash_name(nd, name, &lastword); in link_path_walk()
2611 switch(lastword) { in link_path_walk()
/linux/
H A DMakefile41 this-makefile := $(lastword $(MAKEFILE_LIST))