Searched refs:__contains (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | linked_list.h | 16 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 D | refcounted_kptr.c | 42 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 D | rbtree_btf_fail__wrong_node_type.c | 10 /* 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 D | rbtree_btf_fail__add_wrong_type.c | 35 private(A) struct bpf_rb_root groot __contains(node_data, node); variable
|
H A D | rbtree_fail.c | 17 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 D | refcounted_kptr_fail.c | 21 private(A) struct bpf_rb_root groot __contains(node_acquire, node); variable
|
H A D | rbtree.c | 22 private(A) struct bpf_rb_root groot __contains(node_data, node); variable
|
H A D | linked_list_fail.c | 582 struct bpf_list_head head __contains(foo, node2); in pop_ptr_off()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 9 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node))) macro
|
Completed in 5 milliseconds