Home
last modified time | relevance | path

Searched refs:bpf_list_pop_front (Results 1 – 9 of 9) 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 Dbpf_qdisc_fifo.c59 node = bpf_list_pop_front(&q_fifo); in BPF_PROG()
97 node = bpf_list_pop_front(&q_fifo); in BPF_PROG()
H A Dbpf_qdisc_fq.c191 *node = bpf_list_pop_front(head); in fq_flows_remove_front()
202 node = bpf_list_pop_front(head); in fq_flows_is_empty()
630 node = bpf_list_pop_front(&fq_new_flows); in fq_remove_flows_in_list()
634 node = bpf_list_pop_front(&fq_old_flows); in fq_remove_flows_in_list()
H A Drefcounted_kptr.c183 l = bpf_list_pop_front(head); in __read_from_list()
H A Dlinked_list_fail.c602 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.h318 struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
/linux/kernel/bpf/
H A Dhelpers.c2452 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() function
4546 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL)
H A Dverifier.c12564 BTF_ID(func, bpf_list_pop_front) in BTF_ID()