Lines Matching refs:bpf_cgroup_storage

12 DEFINE_PER_CPU(struct bpf_cgroup_storage*, bpf_cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]);
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()
187 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_copy()
216 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_update()
250 struct bpf_cgroup_storage *storage; in cgroup_storage_get_next_key()
267 struct bpf_cgroup_storage, list_map); in cgroup_storage_get_next_key()
338 struct bpf_cgroup_storage *storage, *stmp; in cgroup_storage_map_free()
422 struct bpf_cgroup_storage *storage; in cgroup_storage_seq_show_elem()
485 *pages = round_up(sizeof(struct bpf_cgroup_storage) + size, in bpf_cgroup_storage_calculate_size()
496 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc()
499 struct bpf_cgroup_storage *storage; in bpf_cgroup_storage_alloc()
514 storage = kmalloc_node(sizeof(struct bpf_cgroup_storage), in bpf_cgroup_storage_alloc()
544 struct bpf_cgroup_storage *storage = in free_shared_cgroup_storage_rcu()
545 container_of(rcu, struct bpf_cgroup_storage, rcu); in free_shared_cgroup_storage_rcu()
553 struct bpf_cgroup_storage *storage = in free_percpu_cgroup_storage_rcu()
554 container_of(rcu, struct bpf_cgroup_storage, rcu); in free_percpu_cgroup_storage_rcu()
560 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_free()
581 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, in bpf_cgroup_storage_link()
602 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_unlink()