Lines Matching full:foo
13 struct bpf_list_head head __contains(foo, node2);
22 private(C) struct bpf_list_head ghead_array[2] __contains(foo, node2);
23 private(C) struct bpf_list_head ghead_array_one[1] __contains(foo, node2);
31 struct foo *f; in list_push_pop()
41 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
50 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
67 f = container_of(n, struct foo, node2); in list_push_pop()
82 f = container_of(n, struct foo, node2); in list_push_pop()
93 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
101 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
112 struct foo *f[200], *pf; in list_push_pop_multiple()
146 pf = container_of(n, struct foo, node2); in list_push_pop_multiple()
165 pf = container_of(n, struct foo, node2); in list_push_pop_multiple()
176 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop_multiple()
184 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop_multiple()
195 struct foo *f; in list_in_list()
226 f = container_of(n, struct foo, node2); in list_in_list()