Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c38 n = bpf_list_pop_front(head); in list_push_pop()
78 n = bpf_list_pop_front(head); in list_push_pop()
90 n = bpf_list_pop_front(head); in list_push_pop()
142 n = bpf_list_pop_front(head); in list_push_pop_multiple()
181 n = bpf_list_pop_front(head); in list_push_pop_multiple()
222 n = bpf_list_pop_front(head); in list_in_list()
234 n = bpf_list_pop_front(&f->head); in list_in_list()
249 n = bpf_list_pop_front(&f->head); in list_in_list()
H A Drefcounted_kptr.c183 l = bpf_list_pop_front(head); in __read_from_list()
H A Dlinked_list_fail.c603 return pop_ptr_off((void *)bpf_list_pop_front); in pop_front_off()
/linux/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/tools/sched_ext/include/scx/
H A Dcommon.bpf.h256 struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
/linux/kernel/bpf/
H A Dhelpers.c2263 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() function
3073 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL)
H A Dverifier.c11482 BTF_ID(func, bpf_list_pop_front) in BTF_ID()
11509 BTF_ID(func, bpf_list_pop_front) in BTF_ID()