Symbol: btf_type_is_ptr
include/linux/btf.h
603
if (!btf_type_is_ptr(t))
kernel/bpf/btf.c
1980
!btf_type_is_ptr(next_type);
kernel/bpf/btf.c
2024
if (btf_type_is_ptr(t))
kernel/bpf/btf.c
2193
} else if (btf_type_is_ptr(size_type)) {
kernel/bpf/btf.c
2208
else if (btf_type_is_ptr(size_type))
kernel/bpf/btf.c
2827
if (btf_type_is_ptr(resolved_type) &&
kernel/bpf/btf.c
2881
if (btf_type_is_ptr(resolved_type) &&
kernel/bpf/btf.c
3545
if (!btf_type_is_ptr(t))
kernel/bpf/btf.c
5451
if (btf_type_is_modifier(t) || btf_type_is_ptr(t) ||
kernel/bpf/btf.c
6602
offset += btf_type_is_ptr(t) ? 8 : roundup(t->size, 8);
kernel/bpf/btf.c
6608
offset += btf_type_is_ptr(t) ? 8 : roundup(t->size, 8);
kernel/bpf/btf.c
6949
if (!btf_type_is_ptr(t)) {
kernel/bpf/btf.c
7311
if (btf_type_is_ptr(mtype)) {
kernel/bpf/btf.c
746
if (!btf_type_is_ptr(t))
kernel/bpf/btf.c
7517
if (btf_type_is_ptr(t))
kernel/bpf/btf.c
7688
if (!btf_type_is_ptr(t1)) {
kernel/bpf/btf.c
7925
if (!t || !btf_type_is_ptr(t))
kernel/bpf/btf.c
793
btf_type_is_ptr(t) ||
kernel/bpf/btf.c
7959
if (subprog && (tags & ARG_TAG_ARENA) && btf_type_is_ptr(t))
kernel/bpf/btf.c
8080
if (!btf_type_is_ptr(t))
kernel/bpf/btf.c
8731
if (!t || !btf_type_is_ptr(t))
kernel/bpf/btf.c
8796
if (!t || !btf_type_is_ptr(t))
kernel/bpf/btf.c
9255
if (!t || !btf_type_is_ptr(t))
kernel/bpf/btf.c
9795
if (!btf_type_is_ptr(mtype))
kernel/bpf/verifier.c
10838
if (!btf_type_is_ptr(t))
kernel/bpf/verifier.c
12046
if (!btf_type_is_ptr(t)) {
kernel/bpf/verifier.c
12698
if (!btf_type_is_ptr(t))
kernel/bpf/verifier.c
13146
} else if (btf_type_is_ptr(t)) {
kernel/bpf/verifier.c
13274
if (btf_type_is_ptr(t))
kernel/bpf/verifier.c
19118
if (!btf_type_is_ptr(t))
net/bpf/bpf_dummy_struct_ops.c
113
if (!btf_type_is_ptr(t))