Searched refs:TAG (Results 1 – 6 of 6) sorted by relevance
/tools/perf/util/ |
D | PERF-VERSION-GEN | 18 TAG= 21 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion) 25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g') 27 if test -z "$TAG" 29 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion) 32 VN="$TAG$CID"
|
/tools/include/uapi/linux/ |
D | stddef.h | 26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 29 struct TAG { MEMBERS } ATTRS NAME; \
|
/tools/testing/radix-tree/ |
D | iteration_check.c | 12 #define TAG XA_MARK_0 macro 35 xas_set_mark(&xas, TAG); in my_item_insert() 77 xas_for_each_marked(&xas, entry, ULONG_MAX, TAG) { in tagged_iteration_fn() 158 tag_tagged_items(&array, 0, MAX_IDX, 10, TAG, NEW_TAG); in tag_entries_fn()
|
/tools/testing/selftests/net/ |
D | rps_default_mask.sh | 11 readonly TAG="$(mktemp -u XXXXXX)" 12 readonly VETH="veth${TAG}" 13 readonly NETNS="ns-${TAG}"
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_stress.c | 22 fprintf(stderr, "%s: (%d) ", TAG, __LINE__); \ 27 #define TAG "incfs_stress" macro
|
D | incfs_perf.c | 24 fprintf(stderr, "%s: (%d) ", TAG, __LINE__); \ 29 #define TAG "incfs_perf" macro
|