Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Drbtree_fail.c67 bpf_rbtree_first(&groot); in rbtree_api_nolock_first()
115 res = bpf_rbtree_first(&groot); in rbtree_api_remove_no_drop()
195 res = bpf_rbtree_first(&groot); in rbtree_api_release_aliasing()
200 res = bpf_rbtree_first(&groot); in rbtree_api_release_aliasing()
234 res = bpf_rbtree_first(&groot); in rbtree_api_first_release_unlock_escape()
280 bpf_rbtree_first(&groot); in less__bad_fn_call_first_unlock_after()
A Drbtree.c139 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
157 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
A Drbtree_btf_fail__wrong_node_type.c44 bpf_rbtree_first(&groot); in rbtree_api_add__wrong_node_type()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_experimental.h90 extern struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) __ksym;
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c1930 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) in bpf_rbtree_first() function
2163 BTF_ID_FLAGS(func, bpf_rbtree_first, KF_RET_NULL)
A Dverifier.c8893 BTF_ID(func, bpf_rbtree_first) in BTF_ID()
8909 BTF_ID(func, bpf_rbtree_first) in BTF_ID()
/linux-6.3-rc2/Documentation/bpf/
A Dgraph_ds_impl.rst220 m = bpf_rbtree_first(&tree); /* 3 */

Completed in 40 milliseconds