Lines Matching refs:bpf_cgroup_storage
66 struct bpf_cgroup_storage *
78 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup()
80 storage = container_of(node, struct bpf_cgroup_storage, node); in cgroup_storage_lookup()
103 struct bpf_cgroup_storage *storage) in cgroup_storage_insert()
109 struct bpf_cgroup_storage *this; in cgroup_storage_insert()
111 this = container_of(*new, struct bpf_cgroup_storage, node); in cgroup_storage_insert()
135 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup_elem()
147 struct bpf_cgroup_storage *storage; in cgroup_storage_update_elem()
186 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_copy()
215 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_update()
249 struct bpf_cgroup_storage *storage; in cgroup_storage_get_next_key()
266 struct bpf_cgroup_storage, list_map); in cgroup_storage_get_next_key()
334 struct bpf_cgroup_storage *storage, *stmp; in cgroup_storage_map_free()
418 struct bpf_cgroup_storage *storage; in cgroup_storage_seq_show_elem()
481 *pages = round_up(sizeof(struct bpf_cgroup_storage) + size, in bpf_cgroup_storage_calculate_size()
492 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc()
496 struct bpf_cgroup_storage *storage; in bpf_cgroup_storage_alloc()
507 storage = bpf_map_kmalloc_node(map, sizeof(struct bpf_cgroup_storage), in bpf_cgroup_storage_alloc()
535 struct bpf_cgroup_storage *storage = in free_shared_cgroup_storage_rcu()
536 container_of(rcu, struct bpf_cgroup_storage, rcu); in free_shared_cgroup_storage_rcu()
544 struct bpf_cgroup_storage *storage = in free_percpu_cgroup_storage_rcu()
545 container_of(rcu, struct bpf_cgroup_storage, rcu); in free_percpu_cgroup_storage_rcu()
551 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_free()
567 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, in bpf_cgroup_storage_link()
588 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_unlink()