Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Drbtree_fail.c67 bpf_rbtree_first(&groot); in rbtree_api_nolock_first()
116 res = bpf_rbtree_first(&groot); in rbtree_api_remove_no_drop()
163 res = bpf_rbtree_first(&groot); in rbtree_api_use_unchecked_remove_retval()
213 res = bpf_rbtree_first(&groot); in rbtree_api_first_release_unlock_escape()
262 bpf_rbtree_first(&groot); in less__bad_fn_call_first_unlock_after()
H A Drbtree.c218 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
238 res = bpf_rbtree_first(&groot); in rbtree_first_and_remove()
278 res = bpf_rbtree_first(&groot); in rbtree_api_release_aliasing()
283 res = bpf_rbtree_first(&groot); in rbtree_api_release_aliasing()
H A Drbtree_btf_fail__wrong_node_type.c33 bpf_rbtree_first(&groot); in rbtree_api_add__wrong_node_type()
H A Dbpf_qdisc_fq.c400 node = bpf_rbtree_first(&fq_delayed); in fq_unset_throttled_flows()
498 rb_node = bpf_rbtree_first(&flow->queue); in fq_dequeue_nonprio_flows()
565 rb_node = bpf_rbtree_first(&flow->queue); in fq_dequeue_prio()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h312 struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) __ksym;
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c619 rb_node = bpf_rbtree_first(&cgv_tree); in try_pick_next_cgroup()
632 * This should never happen. bpf_rbtree_first() was called in try_pick_next_cgroup()
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst220 m = bpf_rbtree_first(&tree); /* 3 */
/linux/kernel/bpf/
H A Dhelpers.c2417 __bpf_kfunc struct bpf_rb_node *bpf_rbtree_first(struct bpf_rb_root *root) in bpf_rbtree_first() function
3727 BTF_ID_FLAGS(func, bpf_rbtree_first, KF_RET_NULL)
H A Dverifier.c12273 BTF_ID(func, bpf_rbtree_first) in BTF_ID()