Home
last modified time | relevance | path

Searched refs:__contains (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlinked_list.h16 struct bpf_list_head head __contains(bar, node);
25 struct bpf_list_head head __contains(foo, node2);
53 private(A) struct bpf_list_head ghead __contains(foo, node2);
H A Drefcounted_kptr.c42 private(A) struct bpf_rb_root root __contains(node_data, r); variable
43 private(A) struct bpf_list_head head __contains(node_data, l);
46 private(B) struct bpf_rb_root aroot __contains(node_acquire, node);
49 private(C) struct bpf_rb_root broot __contains(node_data, r);
H A Drbtree_btf_fail__wrong_node_type.c10 /* BTF load should fail as bpf_rb_root __contains this type and points to
21 private(A) struct bpf_rb_root groot __contains(node_data, node); variable
H A Drbtree_btf_fail__add_wrong_type.c35 private(A) struct bpf_rb_root groot __contains(node_data, node); variable
H A Drbtree_fail.c17 private(A) struct bpf_rb_root groot __contains(node_data, node); variable
18 private(A) struct bpf_rb_root groot2 __contains(node_data, node);
H A Drefcounted_kptr_fail.c21 private(A) struct bpf_rb_root groot __contains(node_acquire, node); variable
H A Drbtree.c22 private(A) struct bpf_rb_root groot __contains(node_data, node); variable
H A Dlinked_list_fail.c582 struct bpf_list_head head __contains(foo, node2); in pop_ptr_off()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_experimental.h9 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node))) macro

Completed in 4 milliseconds