Searched refs:bpf_list_push_back (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | normal_map_btf.c | 51 bpf_list_push_back(&value->head, &new->node); in add_to_list_in_array()
|
| A D | map_in_map_btf.c | 68 bpf_list_push_back(&value->head, &new->node); in add_to_list_in_inner_array()
|
| A D | linked_list_peek.c | 49 bpf_list_push_back(&ghead, &n->l); in list_peek()
|
| A D | bpf_qdisc_fifo.c | 41 bpf_list_push_back(&q_fifo, &skbn->node); in BPF_PROG()
|
| 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()
|
| A D | linked_list.c | 152 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()
|
| 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()
|
| A D | bpf_qdisc_fq.c | 181 bpf_list_push_back(head, &flow->list_node); in fq_flows_add_tail()
|
| /tools/testing/selftests/bpf/ |
| A D | bpf_experimental.h | 86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) macro
|
| /tools/sched_ext/include/scx/ |
| A D | common.bpf.h | 301 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) macro
|
Completed in 17 milliseconds