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 DMakefile43 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
46 $(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/tools/tracing/rtla/
H A DMakefile23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
/linux/scripts/package/debian/
H A Drules
/linux/fs/
H A Dnamei.c2450 unsigned long *lastword) in hash_name() argument
2467 *lastword = a; in hash_name()
2489 *lastword = 0; // Multi-word components cannot be DOT or DOTDOT in hash_name()
2537 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() argument
2553 *lastword = last; in hash_name()
2597 unsigned long lastword; in link_path_walk() local
2605 name = hash_name(nd, name, &lastword); in link_path_walk()
2607 switch(lastword) { in link_path_walk()
/linux/
H A DMakefile41 this-makefile := $(lastword $(MAKEFILE_LIST))