Home
last modified time | relevance | path

Searched refs:bpf_list_push_back_impl (Results 1 – 3 of 3) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h392 int bpf_list_push_back_impl(struct bpf_list_head *head,
395 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0)
/linux/kernel/bpf/
H A Dhelpers.c2580 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl() function
4824 BTF_ID_FLAGS(func, bpf_list_push_back_impl, KF_SPINLOCK_SAFE)
H A Dverifier.c11662 BTF_ID(func, bpf_list_push_back_impl) in BTF_ID()