Searched refs:bpf_list_pop_front (Results 1 – 7 of 7) sorted by relevance
38 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);
276 list_node = bpf_list_pop_front(&head); in refcount_acquire_list_node_offset()
625 return pop_ptr_off((void *)bpf_list_pop_front); in pop_front_off()
199 l = bpf_list_pop_front(head); in __read_from_list()
400 struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
2623 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() function4826 BTF_ID_FLAGS(func, bpf_list_pop_front, KF_ACQUIRE | KF_RET_NULL | KF_SPINLOCK_SAFE)
11760 BTF_ID(func, bpf_list_pop_front) in BTF_ID()