Lines Matching refs:bpf_cgroup_storage
12 DEFINE_PER_CPU(struct bpf_cgroup_storage*, bpf_cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]);
48 static struct bpf_cgroup_storage *cgroup_storage_lookup( in cgroup_storage_lookup()
60 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup()
62 storage = container_of(node, struct bpf_cgroup_storage, node); in cgroup_storage_lookup()
85 struct bpf_cgroup_storage *storage) in cgroup_storage_insert()
91 struct bpf_cgroup_storage *this; in cgroup_storage_insert()
93 this = container_of(*new, struct bpf_cgroup_storage, node); in cgroup_storage_insert()
118 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup_elem()
131 struct bpf_cgroup_storage *storage; in cgroup_storage_update_elem()
175 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_copy()
205 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_update()
241 struct bpf_cgroup_storage *storage; in cgroup_storage_get_next_key()
258 struct bpf_cgroup_storage, list); in cgroup_storage_get_next_key()
381 struct bpf_cgroup_storage *storage; in cgroup_storage_seq_show_elem()
466 *pages = round_up(sizeof(struct bpf_cgroup_storage) + size, in bpf_cgroup_storage_calculate_size()
477 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc()
480 struct bpf_cgroup_storage *storage; in bpf_cgroup_storage_alloc()
495 storage = kmalloc_node(sizeof(struct bpf_cgroup_storage), in bpf_cgroup_storage_alloc()
525 struct bpf_cgroup_storage *storage = in free_shared_cgroup_storage_rcu()
526 container_of(rcu, struct bpf_cgroup_storage, rcu); in free_shared_cgroup_storage_rcu()
534 struct bpf_cgroup_storage *storage = in free_percpu_cgroup_storage_rcu()
535 container_of(rcu, struct bpf_cgroup_storage, rcu); in free_percpu_cgroup_storage_rcu()
541 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_free()
562 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, in bpf_cgroup_storage_link()
582 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_unlink()