Home
last modified time | relevance | path

Searched refs:bpf_list_push_back (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dnormal_map_btf.c51 bpf_list_push_back(&value->head, &new->node); in add_to_list_in_array()
H A Dmap_in_map_btf.c68 bpf_list_push_back(&value->head, &new->node); in add_to_list_in_inner_array()
H A Dlinked_list_fail.c391 bpf_list_push_back(&ghead, &f->node2); in use_after_unlock()
422 bpf_list_push_back(&ghead, &f->node2); in list_double_add()
423 bpf_list_push_back(&ghead, &f->node2); in list_double_add()
H A Dlinked_list.c152 bpf_list_push_back(head, &pf->node2); in list_push_pop_multiple()
209 bpf_list_push_back(&f->head, &b->node); in list_in_list()
H A Drefcounted_kptr.c193 if (bpf_list_push_back(head, &n->l)) { in __read_from_list()
738 ret = bpf_list_push_back(&st->head, &node->l);
913 bpf_list_push_back(&head, &m->l);
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h397 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) macro
/linux/kernel/bpf/
H A Dhelpers.c2569 __bpf_kfunc int bpf_list_push_back(struct bpf_list_head *head, in bpf_list_push_back() function
2584 return bpf_list_push_back(head, node, meta__ign, off); in bpf_list_push_back_impl()
4823 BTF_ID_FLAGS(func, bpf_list_push_back, KF_IMPLICIT_ARGS | KF_SPINLOCK_SAFE)
H A Dverifier.c11663 BTF_ID(func, bpf_list_push_back) in BTF_ID()