Searched refs:storages (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | cgroup.c | 198 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() 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() 256 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link() 280 struct list_head *storages = &cgrp->bpf.storages; in cgroup_bpf_release() local 313 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() 584 list_add(&storage->list_cg, &cgroup->bpf.storages); in bpf_cgroup_storage_link()
|
/linux-6.3-rc2/include/linux/ |
A D | bpf-cgroup-defs.h | 63 struct list_head storages; member
|
/linux-6.3-rc2/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-6.3-rc2/fs/f2fs/ |
A D | Kconfig | 24 Since flash-based storages show different characteristics according to
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-fs-f2fs | 61 flash storages. IPU will be triggered only if the
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | ext4.rst | 376 mutex, which improves scalability on high speed storages. However this
|
Completed in 15 milliseconds