Searched refs:bpf_list_push_back (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) macro
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list_fail.c | 369 bpf_list_push_back(&ghead, &f->node2); in use_after_unlock() 400 bpf_list_push_back(&ghead, &f->node2); in list_double_add() 401 bpf_list_push_back(&ghead, &f->node2); in list_double_add()
|
H A D | linked_list.c | 139 bpf_list_push_back(head, &pf->node2); in list_push_pop_multiple() 196 bpf_list_push_back(&f->head, &b->node); in list_in_list()
|
H A D | refcounted_kptr.c | 193 if (bpf_list_push_back(head, &n->l)) { in __read_from_list() 492 bpf_list_push_back(&head, &m->l); in rbtree_wrong_owner_remove_fail_a2()
|