Lines Matching refs:bpf_cgroup_storage
18 struct bpf_cgroup_storage;
25 DECLARE_PER_CPU(void*, bpf_cgroup_storage);
34 struct bpf_cgroup_storage { struct
46 struct bpf_cgroup_storage *storage; argument
104 static inline void bpf_cgroup_storage_set(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_set()
112 this_cpu_write(bpf_cgroup_storage, &buf->data[0]); in bpf_cgroup_storage_set()
115 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog);
116 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
117 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
120 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
268 static inline void bpf_cgroup_storage_set(struct bpf_cgroup_storage *storage) {} in bpf_cgroup_storage_set()
273 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc()
276 struct bpf_cgroup_storage *storage) {} in bpf_cgroup_storage_free()