Symbol: __COUNTER__
include/linux/btf_ids.h
58
__PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
include/linux/compiler.h
167
__PASTE(_, __COUNTER__)))
include/linux/compiler_types.h
702
_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__)
kernel/trace/rv/monitors/deadline/deadline.h
14
#define __NR_sched_setscheduler -__COUNTER__
kernel/trace/rv/monitors/deadline/deadline.h
17
#define __NR_sched_setattr -__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
164
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
274
__bpf_preempt_t ___bpf_apply(preempt, __COUNTER__) \
tools/testing/selftests/bpf/libarena/selftests/test_progs_compat.h
8
#define __test_tag(tag) __attribute__((btf_decl_tag("comment:" XSTR(__COUNTER__) ":" tag)))
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
967
#define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__))
tools/testing/selftests/bpf/progs/bpf_misc.h
133
#define __test_tag(tag) __attribute__((btf_decl_tag("comment:" XSTR(__COUNTER__) ":" tag)))
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,