Searched refs:bpf_rbtree_add_impl (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 119 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.14.4/tools/sched_ext/include/scx/ |
D | common.bpf.h | 287 int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, 290 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0)
|
/linux-6.14.4/kernel/bpf/ |
D | helpers.c | 2339 __bpf_kfunc int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, in bpf_rbtree_add_impl() function 3103 BTF_ID_FLAGS(func, bpf_rbtree_add_impl)
|
D | verifier.c | 11797 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID() 11828 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID()
|