Searched refs:bpf_list_push_back_impl (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 81 extern int bpf_list_push_back_impl(struct bpf_list_head *head, 86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0)
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 313 int bpf_list_push_back_impl(struct bpf_list_head *head, 316 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0)
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 2299 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl() function 4250 BTF_ID_FLAGS(func, bpf_list_push_back_impl)
|
| H A D | verifier.c | 12273 BTF_ID(func, bpf_list_push_back_impl) in BTF_ID()
|