Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
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);
Drbtree.c18 struct bpf_rb_root root __contains(node_data, node);
31 private(A) struct bpf_rb_root groot __contains(node_data, node);
32 private(A) struct bpf_rb_root groot_array[2] __contains(node_data, node);
33 private(A) struct bpf_rb_root groot_array_one[1] __contains(node_data, node);
Drefcounted_kptr.c42 private(A) struct bpf_rb_root root __contains(node_data, r);
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);
Drbtree_btf_fail__wrong_node_type.c21 private(A) struct bpf_rb_root groot __contains(node_data, node);
Dlinked_list.c13 struct bpf_list_head head __contains(foo, node2);
22 private(C) struct bpf_list_head ghead_array[2] __contains(foo, node2);
23 private(C) struct bpf_list_head ghead_array_one[1] __contains(foo, node2);
Dnormal_map_btf.c16 struct bpf_list_head head __contains(node_data, node);
Drbtree_btf_fail__add_wrong_type.c35 private(A) struct bpf_rb_root groot __contains(node_data, node);
Drbtree_fail.c17 private(A) struct bpf_rb_root groot __contains(node_data, node);
18 private(A) struct bpf_rb_root groot2 __contains(node_data, node);
Dmap_in_map_btf.c16 struct bpf_list_head head __contains(node_data, node);
Drefcounted_kptr_fail.c21 private(A) struct bpf_rb_root groot __contains(node_acquire, node);
Dlocal_kptr_stash.c46 struct bpf_rb_root r __contains(node_data, node);
Dexceptions_fail.c30 private(A) struct bpf_rb_root rbtree __contains(foo, node);
Dlinked_list_fail.c582 struct bpf_list_head head __contains(foo, node2); in pop_ptr_off()
/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_experimental.h9 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node))) macro
/linux-6.12.1/tools/sched_ext/include/scx/
Dcommon.bpf.h245 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node))) macro
/linux-6.12.1/tools/sched_ext/
Dscx_flatcg.bpf.c108 private(CGV_TREE) struct bpf_rb_root cgv_tree __contains(cgv_node, rb_node);
/linux-6.12.1/Documentation/bpf/
Dgraph_ds_impl.rst71 struct bpf_rb_root groot __contains(node_data, node);