Searched refs:bpf_rbtree_first (Results 1 – 7 of 7) sorted by relevance
67 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()
139 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()157 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
44 bpf_rbtree_first(&groot); in rbtree_api_add__wrong_node_type()
90 extern struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) __ksym;
1930 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) in bpf_rbtree_first() function2163 BTF_ID_FLAGS(func, bpf_rbtree_first, KF_RET_NULL)
8893 BTF_ID(func, bpf_rbtree_first) in BTF_ID()8909 BTF_ID(func, bpf_rbtree_first) in BTF_ID()
220 m = bpf_rbtree_first(&tree); /* 3 */
Completed in 40 milliseconds