Home
last modified time | relevance | path

Searched refs:bpf_list_head (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h65 extern int bpf_list_push_front_impl(struct bpf_list_head *head,
81 extern int bpf_list_push_back_impl(struct bpf_list_head *head,
93 extern struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) __ksym;
100 extern struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) __ksym;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.h16 struct bpf_list_head head __contains(bar, node);
25 struct bpf_list_head head __contains(foo, node2);
53 private(A) struct bpf_list_head ghead __contains(foo, node2);
H A Dlinked_list.c15 int list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_push_pop()
96 int list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_ma… in list_push_pop_multiple()
178 int list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_in_list()
248 int test_list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop()
259 int test_list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop_multiple()
270 int test_list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_in_list()
H A Drefcounted_kptr.c43 private(A) struct bpf_list_head head __contains(node_data, l);
73 static long __insert_in_tree_and_list(struct bpf_list_head *head, in __insert_in_tree_and_list()
173 static long __read_from_list(struct bpf_list_head *head, in __read_from_list()
H A Dlinked_list_fail.c582 struct bpf_list_head head __contains(foo, node2); in pop_ptr_off()
/openbmc/linux/include/linux/
H A Dbpf.h341 return sizeof(struct bpf_list_head); in btf_field_type_size()
367 return __alignof__(struct bpf_list_head); in btf_field_type_align()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7136 struct bpf_list_head { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7136 struct bpf_list_head { struct