Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Drbtree_fail.c67 bpf_rbtree_first(&groot); in rbtree_api_nolock_first()
115 res = bpf_rbtree_first(&groot); in rbtree_api_remove_no_drop()
162 res = bpf_rbtree_first(&groot); in rbtree_api_use_unchecked_remove_retval()
212 res = bpf_rbtree_first(&groot); in rbtree_api_first_release_unlock_escape()
261 bpf_rbtree_first(&groot); in less__bad_fn_call_first_unlock_after()
Drbtree.c141 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
161 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
201 res = bpf_rbtree_first(&groot); in rbtree_api_release_aliasing()
206 res = bpf_rbtree_first(&groot); in rbtree_api_release_aliasing()
Drbtree_btf_fail__wrong_node_type.c33 bpf_rbtree_first(&groot); in rbtree_api_add__wrong_node_type()
Drefcounted_kptr.c150 rb = bpf_rbtree_first(root); in __read_from_tree()
519 rb = bpf_rbtree_first(&root); in BPF_PROG()
553 rb = bpf_rbtree_first(&root); in BPF_PROG()
/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_experimental.h132 extern struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) __ksym;
/Linux-v6.6/Documentation/bpf/
Dgraph_ds_impl.rst220 m = bpf_rbtree_first(&tree); /* 3 */
/Linux-v6.6/kernel/bpf/
Dhelpers.c2097 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) in bpf_rbtree_first() function
2455 BTF_ID_FLAGS(func, bpf_rbtree_first, KF_RET_NULL)
Dverifier.c10283 BTF_ID(func, bpf_rbtree_first) in BTF_ID()
10305 BTF_ID(func, bpf_rbtree_first) in BTF_ID()