Lines Matching refs:bpf_cgroup_storage
20 struct bpf_cgroup_storage;
29 DECLARE_PER_CPU(struct bpf_cgroup_storage*,
30 bpf_cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE]);
42 struct bpf_cgroup_storage { struct
57 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]; argument
144 static inline void bpf_cgroup_storage_set(struct bpf_cgroup_storage in bpf_cgroup_storage_set()
150 this_cpu_write(bpf_cgroup_storage[stype], storage[stype]); in bpf_cgroup_storage_set()
153 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
155 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
156 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
159 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
362 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]) {} in bpf_cgroup_storage_set()
367 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc()
370 struct bpf_cgroup_storage *storage) {} in bpf_cgroup_storage_free()