Home
last modified time | relevance | path

Searched refs:storages (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/kernel/bpf/
Dcgroup.c198 static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[]) in bpf_cgroup_storages_free() argument
203 bpf_cgroup_storage_free(storages[stype]); in bpf_cgroup_storages_free()
206 static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_alloc() argument
224 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc()
225 if (storages[stype]) in bpf_cgroup_storages_alloc()
228 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc()
229 if (IS_ERR(storages[stype])) { in bpf_cgroup_storages_alloc()
234 new_storages[stype] = storages[stype]; in bpf_cgroup_storages_alloc()
249 static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_link() argument
256 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link()
[all …]
Dlocal_storage.c333 struct list_head *storages = &map->list; in cgroup_storage_map_free() local
338 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
584 list_add(&storage->list_cg, &cgroup->bpf.storages); in bpf_cgroup_storage_link()
/linux-6.1.9/include/linux/
Dbpf-cgroup-defs.h63 struct list_head storages; member
/linux-6.1.9/Documentation/bpf/
Dmap_cgroup_storage.rst40 be isolated and see different storages.
161 attach type shared storages, only the first value in the struct, cgroup inode
/linux-6.1.9/fs/f2fs/
DKconfig24 Since flash-based storages show different characteristics according to
/linux-6.1.9/Documentation/admin-guide/
Dext4.rst376 mutex, which improves scalability on high speed storages. However this