Home
last modified time | relevance | path

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

/aosp14/system/core/libprocessgroup/profiles/
H A DAndroid.bp20 name: "cgroups.json",
21 src: "cgroups.json",
30 name: "cgroups.recovery.json",
31 filename: "cgroups.json",
33 src: "cgroups.recovery.json",
98 "cgroups.proto",
126 "cgroups.json",
127 "cgroups.recovery.json",
H A Dcgroups_test.h42 auto&& cgroup = cgroups_->cgroups(i); in TEST_P()
60 EXPECT_THAT(cgroups_->cgroups(i).mode(), MatchesRegex(REGEX_MODE)) in TEST_P()
H A Dcgroups.proto23 repeated Cgroup cgroups = 1 [json_name = "Cgroups"]; field
/aosp14/system/core/libprocessgroup/setup/
H A Dcgroup_map_write.cpp205 const Json::Value& cgroups = root["Cgroups"]; in ReadDescriptorsFromFile() local
206 for (Json::Value::ArrayIndex i = 0; i < cgroups.size(); ++i) { in ReadDescriptorsFromFile()
207 std::string name = cgroups[i]["Controller"].asString(); in ReadDescriptorsFromFile()
208 MergeCgroupToDescriptors(descriptors, cgroups[i], name, "", 1); in ReadDescriptorsFromFile()
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp273 std::vector<std::string> cgroups; in removeAllProcessGroupsInternal() local
277 cgroups.push_back(path); in removeAllProcessGroupsInternal()
280 cgroups.push_back(memcg_apps_path); in removeAllProcessGroupsInternal()
283 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroupsInternal()
/aosp14/system/core/rootdir/
H A Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
35 # app mem cgroups, used by activity manager, lmkd and zygote
/aosp14/system/core/init/
H A DREADME.md482 1. `early-init` - The first in the sequence, triggered after cgroups has been configured