Searched refs:bpf_rbtree_add_impl (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 403 int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, 406 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0)
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 2783 __bpf_kfunc int bpf_rbtree_add_impl(struct bpf_rb_root *root, struct bpf_rb_node *node, in bpf_rbtree_add_impl() function 4838 BTF_ID_FLAGS(func, bpf_rbtree_add_impl, KF_SPINLOCK_SAFE)
|
| H A D | verifier.c | 11678 BTF_ID(func, bpf_rbtree_add_impl) in BTF_ID()
|