/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 3 PACKAGECONFIG:append = " dynamic-storages-only"
|
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 3 PACKAGECONFIG:append = " dynamic-storages-only"
|
/openbmc/linux/kernel/bpf/ |
H 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() 223 static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_alloc() argument 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() 266 static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_link() argument 273 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link() [all …]
|
H 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()
|
/openbmc/linux/include/linux/ |
H A D | bpf-cgroup-defs.h | 63 struct list_head storages; member
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_git.bb | 39 PACKAGECONFIG[dynamic-storages-only] = "-Ddynamic-storages-only=enabled,-Ddynamic-storages-only=dis…
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | chassis.hpp | 124 nlohmann::json::array_t storages; in getStorageLink() local 138 storages.emplace_back(std::move(storage)); in getStorageLink() 141 storages.size(); in getStorageLink() 142 asyncResp->res.jsonValue["Links"]["Storage"] = std::move(storages); in getStorageLink()
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.build | 105 'dynamic-storages-only' : '-DFEATURE_DYNAMIC_STORAGES_ONLY', 265 'dynamic-storages-only',
|
H A D | meson.options | 234 'dynamic-storages-only',
|
/openbmc/linux/Documentation/bpf/ |
H 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
|
/openbmc/u-boot/board/sunxi/ |
H A D | README.nand | 5 comes with a NAND. NANDs storages are a pretty weak choice when it
|
/openbmc/linux/fs/f2fs/ |
H A D | Kconfig | 25 Since flash-based storages show different characteristics according to
|
/openbmc/qemu/docs/interop/ |
H A D | prl-xml.rst | 58 snapshots, and storages.
|
/openbmc/docs/designs/ |
H A D | virtual-media.md | 24 - NBDkit is being used, to serve images from remote storages over HTTPS/CIFS.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ext4.rst | 376 mutex, which improves scalability on high speed storages. However this
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-f2fs | 61 flash storages. IPU will be triggered only if the
|