Home
last modified time | relevance | path

Searched refs:bpf_core_field_exists (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_existence.c47 out->a_exists = bpf_core_field_exists(in->a); in test_core_existence()
48 if (bpf_core_field_exists(in->a)) in test_core_existence()
53 out->b_exists = bpf_core_field_exists(in->b); in test_core_existence()
54 if (bpf_core_field_exists(in->b)) in test_core_existence()
59 out->c_exists = bpf_core_field_exists(in->c); in test_core_existence()
60 if (bpf_core_field_exists(in->c)) in test_core_existence()
65 out->arr_exists = bpf_core_field_exists(in->arr); in test_core_existence()
66 if (bpf_core_field_exists(in->arr)) in test_core_existence()
71 out->s_exists = bpf_core_field_exists(in->s); in test_core_existence()
72 if (bpf_core_field_exists(in->s)) in test_core_existence()
Dprofiler.inc.h237 if (bpf_core_field_exists(node52->id.ino)) { in get_inode_from_kernfs()
284 if (bpf_core_field_exists(root_kernfs->iattr->ia_mtime)) { in populate_cgroup_info()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf_core_read.h119 #define bpf_core_field_exists(field) \ macro