Searched refs:storages (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/linux/ |
D | bpf-cgroup-defs.h | 63 struct list_head storages; member
|
/linux-6.6.21/kernel/bpf/ |
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() 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 …]
|
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-6.6.21/Documentation/bpf/ |
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.6.21/fs/f2fs/ |
D | Kconfig | 25 Since flash-based storages show different characteristics according to
|
/linux-6.6.21/Documentation/admin-guide/ |
D | ext4.rst | 376 mutex, which improves scalability on high speed storages. However this
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 61 flash storages. IPU will be triggered only if the
|