Home
last modified time | relevance | path

Searched refs:bpf_list_pop_front (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dlinked_list.c25 n = bpf_list_pop_front(head); in list_push_pop()
65 n = bpf_list_pop_front(head); in list_push_pop()
77 n = bpf_list_pop_front(head); in list_push_pop()
129 n = bpf_list_pop_front(head); in list_push_pop_multiple()
168 n = bpf_list_pop_front(head); in list_push_pop_multiple()
209 n = bpf_list_pop_front(head); in list_in_list()
221 n = bpf_list_pop_front(&f->head); in list_in_list()
236 n = bpf_list_pop_front(&f->head); in list_in_list()
Drefcounted_kptr.c183 l = bpf_list_pop_front(head); in __read_from_list()
Dlinked_list_fail.c601 return pop_ptr_off((void *)bpf_list_pop_front); in pop_front_off()
/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_experimental.h93 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
/Linux-v6.6/kernel/bpf/
Dhelpers.c2021 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() function
2449 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL)
Dverifier.c10277 BTF_ID(func, bpf_list_pop_front) in BTF_ID()
10297 BTF_ID(func, bpf_list_pop_front) in BTF_ID()