Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dcgroup.c31 static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[]) in bpf_cgroup_storages_free() argument
36 bpf_cgroup_storage_free(storages[stype]); in bpf_cgroup_storages_free()
57 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc()
58 if (storages[stype]) in bpf_cgroup_storages_alloc()
61 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc()
62 if (IS_ERR(storages[stype])) { in bpf_cgroup_storages_alloc()
67 new_storages[stype] = storages[stype]; in bpf_cgroup_storages_alloc()
89 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link()
113 struct list_head *storages = &cgrp->bpf.storages; in cgroup_bpf_release() local
139 list_for_each_entry_safe(storage, stmp, storages, list_cg) { in cgroup_bpf_release()
[all …]
A Dlocal_storage.c334 struct list_head *storages = &map->list; in cgroup_storage_map_free() local
339 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
585 list_add(&storage->list_cg, &cgroup->bpf.storages); in bpf_cgroup_storage_link()
/linux/Documentation/bpf/
A 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/fs/f2fs/
A DKconfig23 Since flash-based storages show different characteristics according to
/linux/include/linux/
A Dbpf-cgroup.h145 struct list_head storages; member
/linux/Documentation/admin-guide/
A Dext4.rst376 mutex, which improves scalability on high speed storages. However this

Completed in 15 milliseconds