Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/kernel/bpf/
Dlocal_storage.c66 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()
[all …]
Dcgroup.c198 static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[]) in bpf_cgroup_storages_free()
206 static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_alloc()
207 struct bpf_cgroup_storage *new_storages[], in bpf_cgroup_storages_alloc()
240 static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[], in bpf_cgroup_storages_assign()
241 struct bpf_cgroup_storage *src[]) in bpf_cgroup_storages_assign()
249 static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_link()
281 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release()
614 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach()
615 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach()
1547 struct bpf_cgroup_storage *storage; in BPF_CALL_2()
/Linux-v6.1/include/linux/
Dbpf-cgroup.h21 struct bpf_cgroup_storage;
85 struct bpf_cgroup_storage { struct
108 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]; argument
160 struct bpf_cgroup_storage *
163 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
165 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
166 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
169 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
466 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc()
469 struct bpf_cgroup_storage *storage) {} in bpf_cgroup_storage_free()
Dbpf.h1504 struct bpf_cgroup_storage *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE];