Searched refs:storages (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | bpf-cgroup-defs.h | 68 struct list_head storages; member
|
| /linux/kernel/bpf/ |
| A D | cgroup.c | 215 static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[]) in bpf_cgroup_storages_free() argument 220 bpf_cgroup_storage_free(storages[stype]); in bpf_cgroup_storages_free() 241 storages[stype] = cgroup_storage_lookup((void *)map, &key, false); in bpf_cgroup_storages_alloc() 242 if (storages[stype]) in bpf_cgroup_storages_alloc() 245 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc() 246 if (IS_ERR(storages[stype])) { in bpf_cgroup_storages_alloc() 251 new_storages[stype] = storages[stype]; in bpf_cgroup_storages_alloc() 273 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link() 297 struct list_head *storages = &cgrp->bpf.storages; in cgroup_bpf_release() local 330 list_for_each_entry_safe(storage, stmp, storages, list_cg) { in cgroup_bpf_release() [all …]
|
| A D | local_storage.c | 333 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() 591 list_add(&storage->list_cg, &cgroup->bpf.storages); in bpf_cgroup_storage_link()
|
| /linux/Documentation/bpf/ |
| A D | map_cgroup_storage.rst | 40 be isolated and see different storages. 161 attach type shared storages, only the first value in the struct, cgroup inode
|
| /linux/fs/f2fs/ |
| A D | Kconfig | 25 Since flash-based storages show different characteristics according to
|
| /linux/Documentation/admin-guide/ |
| A D | ext4.rst | 366 mutex, which improves scalability on high speed storages. However this
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-fs-f2fs | 61 flash storages. IPU will be triggered only if the
|
Completed in 23 milliseconds