Home
last modified time | relevance | path

Searched refs:bpf_refcount_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
278 bpf_refcount_btf_id = btf__add_struct(btf, "bpf_refcount", 4); in list_and_rb_node_same_struct()
279 if (!ASSERT_GT(bpf_refcount_btf_id, 0, "btf__add_struct bpf_refcount")) in list_and_rb_node_same_struct()
293 err = btf__add_field(btf, "ref", bpf_refcount_btf_id, 448, 0); in list_and_rb_node_same_struct()