HomeSort by relevance Sort by last modified time
    Searched refs:cgroup (Results 1 - 25 of 40) sorted by null

1 2

  /external/ltp/testcases/kernel/controllers/cgroup/
test_3_1.sh 28 mkdir cgroup/0
29 rmdir cgroup/0
test_10_1.sh 28 mount -t cgroup xxx cgroup/ > /dev/null 2>&1
29 mkdir cgroup/0 > /dev/null 2>&1
30 rmdir cgroup/0 > /dev/null 2>&1
31 umount cgroup/ > /dev/null 2>&1
test_6_1.sh 28 mount -t cgroup -o ns xxx cgroup/ > /dev/null 2>&1
29 rmdir cgroup/[1-9]* > /dev/null 2>&1
30 umount cgroup/ > /dev/null 2>&1
test_9_1.sh 28 # mount -t cgroup -o debug xxx cgroup/ > /dev/null 2>&1
29 mount -t cgroup xxx cgroup/ > /dev/null 2>&1
30 cat cgroup/release_agent > /dev/null 2>&1
31 umount cgroup/ > /dev/null 2>&1
test_10_2.sh 28 mount -t cgroup xxx cgroup/ > /dev/null 2>&1
29 umount cgroup/ > /dev/null 2>&1
test_9_2.sh 28 # mount -t cgroup -o debug xxx cgroup/ > /dev/null 2>&1
29 mount -t cgroup xxx cgroup/ > /dev/null 2>&1
30 umount cgroup/ > /dev/null 2>&1
cgroup_regression_test.sh 92 # time cat /cgroup/tasks (should be the very first time to read
93 # /cgroup/tasks, otherwise this bug won't be triggered)
105 mount -t cgroup -o none,name=foo cgroup cgroup/
107 tst_resm TFAIL "failed to mount cgroup filesystem"
112 cat cgroup/tasks > /dev/null
121 umount cgroup/
125 # Bug: a cgroup's notify_on_release flag did not inherit from its parent.
132 mount -t cgroup -o none,name=foo cgroup cgroup
    [all...]
  /external/ltp/testcases/kernel/controllers/io-throttle/
myfunctions-io.sh 30 mount -t cgroup -o blockio cgroup /dev/blockioctl
32 echo "ERROR: could not mount cgroup filesystem " \
38 if [ -e /dev/blockioctl/cgroup-$i ]; then
39 rmdir /dev/blockioctl/cgroup-$i
40 echo "WARN: earlier cgroup-$i found and removed"
42 mkdir /dev/blockioctl/cgroup-$i
44 echo "ERROR: could not create cgroup-$i" \
56 rmdir /dev/blockioctl/cgroup-$i
57 rm -f /tmp/cgroup-$i.ou
    [all...]
run_io_throttle_test.sh 44 # show cgroup i/o bandwidth limits
46 MYGROUP=cgroup-$i
67 /dev/blockioctl/cgroup-$i/${io_throttle_file}
69 echo "ERROR: could not set i/o bandwidth limit for cgroup-$i. Exiting test."
81 echo -n ">> testing $tasks parallel $stream per cgroup "
88 MYGROUP=cgroup-$i
91 echo "ERROR: could not set i/o bandwidth limit for cgroup-$i. Exiting test."
103 MYGROUP=cgroup-$i
  /external/ltp/testcases/kernel/controllers/memctl/
myfunctions.sh 26 # mounting it with cgroup filesystem with option memory and #
29 # Functions: setup(): creaes /dev/memctl, mounts cgroup fs on it, creates #
54 # Create /dev/memctl & mount the cgroup file system with memory controller
67 mount -t cgroup -omemory cgroup /dev/memctl 2> /dev/null
70 echo "ERROR: Could not mount cgroup filesystem on /dev/memctl..Exiting test";
  /external/libnl/lib/cli/cls/
cgroup.c 2 * lib/cli/cls/cgroup.c cgroup classifier module for CLI lib
15 #include <netlink/route/cls/cgroup.h>
20 "Usage: nl-cls-add [...] cgroup [OPTIONS]...\n"
27 " nl-cls-add --dev=eth0 --parent=q_root cgroup\n");
62 .tm_name = "cgroup",
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct.sh 60 mount_point=/dev/cgroup
69 ROD mount -t cgroup -o cpuacct none $mount_point
  /external/ltp/testcases/kernel/controllers/cpuctl/
parameters.sh 26 # cgroup filesystem with option cpu and creating groups in it. #
29 # setup(): creaes /dev/cpuctl, mounts cgroup fs on it, creates #
85 # Create /dev/cpuctl & mount the cgroup file system with cpu controller
98 mount -t cgroup -ocpu cgroup /dev/cpuctl 2> /dev/null
101 echo "ERROR: Could not mount cgroup filesystem on /dev/cpuctl..Exiting test";
  /external/ltp/testcases/kernel/controllers/memcg/control/
memcg_control_test.sh 129 mount -t cgroup -o memory cgroup $TST_PATH/mnt 2> /dev/null
131 tst_brkm TBROK NULL "Mounting cgroup to temp dir failed"
  /external/fio/
cgroup.c 2 * Code related to setting up a blkio cgroup
11 #include "cgroup.h"
36 if (!strcmp(mnt->mnt_type, "cgroup") &&
44 log_err("fio: cgroup blkio does not appear to be mounted\n");
61 log_err("fio: failed to allocate cgroup member\n");
104 if (td->o.cgroup)
105 sprintf(str, "%s%s%s", mnt, FIO_OS_PATH_SEPARATOR, td->o.cgroup);
136 return write_int_to_file(td, root, "tasks", val, "cgroup write pid");
165 td_verror(td, __e, "cgroup mkdir");
175 "cgroup open weight")
    [all...]
  /external/ltp/testcases/kernel/controllers/pids/
pids.sh 64 mount_point=/dev/cgroup
73 ROD mount -t cgroup -o pids none $mount_point
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_common.sh 95 mount_point="/dev/cgroup"
98 ROD mount -t cgroup -o "$subsystem" "ltp_cgroup" "$mount_point"
  /external/iptables/extensions/
Android.mk 7 MY_excluded_modules:=TCPOPTSTRIP connlabel cgroup
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 79 Process.setThreadPriority(mSavedPriority); // To realign priority & cgroup, if needed
98 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup";
100 String cgroup = FileUtils.readTextFile(new File(fn), 1024, null); local
101 for (String line : cgroup.split("\n")) {
  /external/autotest/client/tests/cgroup/
cgroup.py 7 from cgroup_common import Cgroup as CG
10 class cgroup(test.test): class in inherits:test.test
12 Tests the cgroup functionalities. It works by creating a process (which is
22 Try to access different resources which are restricted by cgroup.
24 logging.info('Starting cgroup testing')
61 raise error.TestFail('Can\'t mount any cgroup modules')
84 err += "\nCan't remove cgroup directory"
97 raise error.TestFail("cgroup init failed")
104 raise error.TestFail("Can't create cgroup")
140 # Fill the memory without cgroup limitatio
    [all...]
  /external/ltp/testcases/kernel/controllers/memcg/stress/
memcg_stress_test.sh 56 mount -t cgroup -omemory memcg /dev/memcg
  /external/autotest/site_utils/
bind_mysql_to_cpuset.sh 144 proc_list=$(cat ${MOUNT_DIR}/${MYSQL_CPUSET}/cgroup.procs)
  /external/iproute2/man/man8/
Makefile 16 tc-basic.8 tc-cgroup.8 tc-flow.8 tc-flower.8 tc-fw.8 tc-route.8 \
  /external/libnl/lib/route/cls/
cgroup.c 2 * lib/route/cls/cgroup.c Control Groups Classifier
26 #include <netlink/route/cls/cgroup.h>
166 .to_kind = "cgroup",
  /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...]

Completed in 319 milliseconds

1 2