Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H 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()
39 static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_alloc() argument
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()
82 static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_link() argument
89 bpf_cgroup_storage_link(storages[stype], cgrp, attach_type); in bpf_cgroup_storages_link()
[all …]
H A Dlocal_storage.c338 struct list_head *storages = &map->list; in cgroup_storage_map_free() local
343 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
599 list_add(&storage->list_cg, &cgroup->bpf.storages); in bpf_cgroup_storage_link()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H 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
/OK3568_Linux_fs/u-boot/board/sunxi/
H A DREADME.nand5 comes with a NAND. NANDs storages are a pretty weak choice when it
/OK3568_Linux_fs/kernel/fs/f2fs/
H A DKconfig23 Since flash-based storages show different characteristics according to
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h94 struct list_head storages; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dext4.rst376 mutex, which improves scalability on high speed storages. However this