Symbol: __COUNTER__
include/linux/btf_ids.h
58
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
include/linux/compiler.h
170
__PASTE(_, __COUNTER__)))
include/linux/compiler_types.h
706
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
include/linux/init.h
206
__PASTE(__COUNTER__, \
include/linux/instrumentation.h
16
#define instrumentation_begin() __instrumentation_begin(__COUNTER__)
include/linux/instrumentation.h
54
#define instrumentation_end() __instrumentation_end(__COUNTER__)
include/linux/kcsan-checks.h
420
__ASSERT_EXCLUSIVE_SCOPED(var, KCSAN_ACCESS_ASSERT, __COUNTER__)
include/linux/kcsan-checks.h
468
__ASSERT_EXCLUSIVE_SCOPED(var, KCSAN_ACCESS_WRITE | KCSAN_ACCESS_ASSERT, __COUNTER__)
scripts/gendwarfksyms/examples/kabi.h
42
__COUNTER__)[] __used __aligned(1) \
tools/include/linux/btf_ids.h
52
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
tools/include/linux/compiler.h
37
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
tools/lib/bpf/bpf_core_read.h
162
#define ___bpf_typeof(type) ___bpf_typeof1(type, __COUNTER__)
tools/objtool/include/objtool/warn.h
146
int __cleanup(unindent) __dummy_##__COUNTER__; \
tools/testing/scatterlist/linux/mm.h
64
#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
tools/testing/selftests/bpf/bpf_experimental.h
504
__bpf_preempt_t ___bpf_apply(preempt, __COUNTER__) \
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
877
#define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__))
tools/testing/selftests/bpf/progs/bpf_misc.h
133
#define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
134
#define __not_msg(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
135
#define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
136
#define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
140
#define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
141
#define __not_msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
142
#define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
143
#define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
161
#define __stderr(msg) __attribute__((btf_decl_tag("comment:test_expect_stderr=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
162
#define __stderr_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_stderr_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
163
#define __stdout(msg) __attribute__((btf_decl_tag("comment:test_expect_stdout=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
164
#define __stdout_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_stdout_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/vsock/util.h
19
TRANSPORT_COUNTER_BASE = __COUNTER__ + 1,
tools/testing/vsock/util.h
21
TRANSPORT_##name = BIT(__COUNTER__ - TRANSPORT_COUNTER_BASE),
tools/testing/vsock/util.h
23
TRANSPORT_NUM = __COUNTER__ - TRANSPORT_COUNTER_BASE,