Home
last modified time | relevance | path

Searched refs:bpf_rbtree_add_impl (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_experimental.h119 extern int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node,
124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0)
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h305 int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node,
308 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0)
/linux-6.15/kernel/bpf/
H A Dhelpers.c2352 __bpf_kfunc int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, in bpf_rbtree_add_impl() function
3215 BTF_ID_FLAGS(func, bpf_rbtree_add_impl)
H A Dverifier.c12117 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID()
12152 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID()