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()
303 n = bpf_list_pop_front(head);
H A Drefcounted_kptr_fail.c276 list_node = bpf_list_pop_front(&head); in refcount_acquire_list_node_offset()
H A Dlinked_list_fail.c625 return pop_ptr_off((void *)bpf_list_pop_front); in pop_front_off()
H A Drefcounted_kptr.c199 l = bpf_list_pop_front(head); in __read_from_list()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h400 struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
/linux/kernel/bpf/
H A Dhelpers.c2623 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() function
4826 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL | KF_SPINLOCK_SAFE)
H A Dverifier.c11760 BTF_ID(func, bpf_list_pop_front) in BTF_ID()