/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
cgroup_xattr.c | 23 * to cgroup files. 197 /* set xattr to each file in cgroup fs */ 319 if (mount(opt->dir, opt->dir, "cgroup", 0, opt->str) == -1) {
|
/external/ltp/testcases/kernel/controllers/memcg/regression/ |
memcg_regression_test.sh | 172 # Bug: crash when rmdir a cgroup on IA64 214 # if test_4.sh gets killed, it won't clean cgroup it created 227 mount -t cgroup -o memory xxx memcg/
|
/external/minijail/ |
libminijail.h | 106 * Adds the jailed process to the cgroup given by |path|. |path| should be the 108 * Example: /sys/fs/cgroup/cpu/jailed_procs/tasks adds to the "jailed_procs" cpu 109 * cgroup.
|
/external/autotest/client/site_tests/security_RunOci/ |
security_RunOci.py | 66 "type": "cgroup"
|
/external/lisa/experiments/scratch/ |
run_suspend_resume_b63331203.py | 87 # 'cgroups' # Enable for cgroup support
|
/external/lisa/tests/stune/ |
smoke_test_ramp.py | 34 Verify that a task in a SchedTune cgroup is boosted
|
/external/ltp/testcases/kernel/controllers/freezer/ |
README | 32 Using the cgroup freezer prevents the tasks from being automatically
|
/external/ltp/testcases/kernel/controllers/memcg/stress/ |
memcg_stress_test.sh | 56 mount -t cgroup -omemory memcg /dev/memcg
|
/external/ltp/testcases/kernel/mem/oom/ |
oom03.c | 99 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW);
|
oom05.c | 119 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW);
|
/frameworks/native/services/vr/performanced/ |
cpu_set.h | 91 // Creates a CpuSet from a path to a cpuset cgroup directory. Recursively
|
/system/sepolicy/prebuilts/api/26.0/public/ |
mediaserver.te | 13 r_dir_file(mediaserver, cgroup)
|
netd.te | 9 r_dir_file(netd, cgroup)
|
init.te | 63 allow init { rootfs cache_file cgroup storage_file system_data_file system_file vendor_file postinstall_mnt_dir }:dir mounton; 77 allow init cgroup:dir create_dir_perms; 78 r_dir_file(init, cgroup)
|
/system/sepolicy/public/ |
mediaserver.te | 13 r_dir_file(mediaserver, cgroup)
|
init.te | 67 allow init { rootfs cache_file cgroup storage_file system_data_file system_file vendor_file postinstall_mnt_dir }:dir mounton; 81 allow init cgroup:dir create_dir_perms; 82 r_dir_file(init, cgroup)
|
file.te | 35 type cgroup, fs_type, mlstrustedobject; 327 allow cgroup tmpfs:filesystem associate;
|
/kernel/tests/net/test/ |
bpf.py | 222 # Attach a eBPF filter to a cgroup 227 # Detach a eBPF filter from a cgroup
|
/system/core/rootdir/ |
init.rc | 30 # Mount cgroup mount point for cpu accounting 31 mount cgroup none /acct cpuacct 34 # root memory control cgroup, used by lmkd 36 mount cgroup none /dev/memcg memory 39 # cgroup for system_server and surfaceflinger 60 mount cgroup none /dev/stune schedtune 154 # Create cgroup mount points for process groups 156 mount cgroup none /dev/cpuctl cpu
|
/external/libxml2/ |
catalog.c | 534 * @cgroup: group node for group members 540 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) { 548 if (cur->group == cgroup) { 1085 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup); 1135 * @cgroup: the group which includes this node 1146 xmlCatalogEntryPtr cgroup) { 1187 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); 1208 * @cgroup: the group which includes this node 1216 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) [all...] |
/external/fio/ |
cconv.c | 48 free(o->cgroup); 84 string_to_cpu(&o->cgroup, top->cgroup); 334 string_to_net(top->cgroup, o->cgroup);
|
/system/sepolicy/private/ |
genfs_contexts | 48 genfscon cgroup / u:object_r:cgroup:s0
|
/external/iproute2/include/linux/ |
pkt_cls.h | 309 /* Cgroup classifier */
|
/external/libchrome/base/process/ |
process.h | 143 // Given the contents of the /proc/<pid>/cgroup file, determine whether the
|
/external/libnl/include/ |
Makefile.am | 41 netlink/route/cls/cgroup.h \
|