Searched refs:bpf_list_push_front_impl (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 65 extern int bpf_list_push_front_impl(struct bpf_list_head *head, 70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
|
/linux-6.14.4/tools/sched_ext/include/scx/ |
D | common.bpf.h | 273 int bpf_list_push_front_impl(struct bpf_list_head *head, 276 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0)
|
/linux-6.14.4/kernel/bpf/ |
D | helpers.c | 2230 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl() function 3096 BTF_ID_FLAGS(func, bpf_list_push_front_impl)
|
D | verifier.c | 11790 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID() 11819 BTF_ID(func, bpf_list_push_front_impl) in BTF_ID()
|