Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c265 int bpf_rb_node_btf_id, bpf_refcount_btf_id, foo_btf_id; in list_and_rb_node_same_struct() local
298 foo_btf_id = btf__add_struct(btf, "foo", 20); in list_and_rb_node_same_struct()
299 if (!ASSERT_GT(foo_btf_id, 0, "btf__add_struct foo")) in list_and_rb_node_same_struct()
307 id = btf__add_decl_tag(btf, "contains:bar:a", foo_btf_id, 0); in list_and_rb_node_same_struct()