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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c25 n = bpf_list_pop_front(head);
65 n = bpf_list_pop_front(head);
77 n = bpf_list_pop_front(head);
129 n = bpf_list_pop_front(head);
168 n = bpf_list_pop_front(head);
209 n = bpf_list_pop_front(head);
221 n = bpf_list_pop_front(&f->head);
236 n = bpf_list_pop_front(&f->head);
H A Drefcounted_kptr.c183 l = bpf_list_pop_front(head);
H A Dlinked_list_fail.c603 return pop_ptr_off((void *)bpf_list_pop_front);
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h93 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
/linux-master/kernel/bpf/
H A Dhelpers.c2052 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) function
2561 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL)
H A Dverifier.c10996 BTF_ID(func, bpf_list_pop_front)
11022 BTF_ID(func, bpf_list_pop_front)

Completed in 463 milliseconds