Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A 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()
A Dlinked_list_fail.c596 return pop_ptr_off((void *)bpf_list_pop_front); in pop_front_off()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_experimental.h59 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c1877 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() function
2155 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL)
A Dverifier.c8887 BTF_ID(func, bpf_list_pop_front) in BTF_ID()
8901 BTF_ID(func, bpf_list_pop_front) in BTF_ID()

Completed in 35 milliseconds