HomeSort by relevance Sort by last modified time
    Searched full:cgroup (Results 51 - 75 of 281) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/lge/bullhead/sepolicy/
device_domain_deprecated.te 31 allow device_domain_deprecated cgroup:dir r_dir_perms;
32 allow device_domain_deprecated cgroup:{ file lnk_file } r_file_perms;
rmt.te 17 allow rmt cgroup:dir { create add_name };
  /external/lisa/tools/scripts/
cgroup_tasks_move.sh 25 echo $TID > $DST_GRP/cgroup.procs
36 echo $TID > $SRC_GRP/cgroup.procs
  /external/ltp/testcases/kernel/controllers/io-throttle/
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
  /system/core/libprocessgroup/include/processgroup/
processgroup.h 25 // Return 0 and removes the cgroup if there are no longer any processes in it.
31 // that it only returns 0 in the case that the cgroup exists and it contains no processes.
  /system/sepolicy/prebuilts/api/26.0/public/
rild.te 12 allow rild cgroup:dir create_dir_perms;
13 allow rild cgroup:{ file lnk_file } r_file_perms;
bootanim.te 37 r_dir_file(bootanim, cgroup)
dhcp.te 6 allow dhcp cgroup:dir { create write add_name };
gatekeeperd.te 42 r_dir_file(gatekeeperd, cgroup)
lmkd.te 28 allow lmkd cgroup:dir { remove_name rmdir };
racoon.te 13 allow racoon cgroup:dir { add_name create };
  /system/sepolicy/public/
rild.te 12 allow rild cgroup:dir create_dir_perms;
13 allow rild cgroup:{ file lnk_file } r_file_perms;
bootanim.te 38 r_dir_file(bootanim, cgroup)
dhcp.te 6 allow dhcp cgroup:dir { create write add_name };
gatekeeperd.te 39 r_dir_file(gatekeeperd, cgroup)
performanced.te 23 r_dir_file(performanced, cgroup)
racoon.te 13 allow racoon cgroup:dir { add_name create };
  /system/update_engine/init/
update-engine.conf 33 # Put update_engine process in its own cgroup.
36 cgroup_dir="/sys/fs/cgroup/cpu/${UPSTART_JOB}"
  /system/core/libprocessgroup/
processgroup.cpp 55 #define PROCESSGROUP_CGROUP_PROCS_FILE "/cgroup.procs"
76 // Return positive number and sets *pid = next pid in process cgroup on success
77 // Returns 0 if there are no pids left in the process cgroup
96 // Check if mem cgroup is mounted, only then check for write-access to avoid
250 // Returns 0 if there are no processes in the process cgroup left to kill
255 PLOG(WARNING) << "Failed to open process cgroup uid " << uid << " pid " << initialPid;
259 // We separate all of the pids in the cgroup into those pids that are also the leaders of
298 << " as part of process cgroup " << initialPid;
307 LOG(VERBOSE) << "Killing pid " << pid << " in uid " << uid << " as part of process cgroup "
334 PLOG(ERROR) << "Error encountered killing process cgroup uid " << uid << " pid
    [all...]
  /device/google/wahoo/sepolicy/vendor/
perfd.te 16 allow perfd cgroup:file r_file_perms;
  /external/ltp/testcases/kernel/controllers/freezer/
run_freezer.sh 21 P='ltp-cgroup-freezer'
83 tst_resm TINFO " Testing prereqs for cgroup freezer tests."
85 tst_resm TINFO "Tests require cgroup freezer support in the kernel."
90 tst_resm TINFO "Tests require cgroup freezer support in the kernel."
  /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")) {
  /system/sepolicy/prebuilts/api/26.0/private/
logpersist.te 6 r_dir_file(logpersist, cgroup)
  /system/sepolicy/private/
logpersist.te 6 r_dir_file(logpersist, cgroup)
  /external/lisa/libs/wlgen/wlgen/
workload.py 61 # The cgroup on which the workload will be executed
64 self.cgroup = None
177 cgroup=None,
192 :param cgroup: specifies the cgroup name in which the workload has to
194 :type cgroup: str
226 self.cgroup = cgroup
244 if self.cgroup:
246 _command = self.target.cgroups.run_into_cmd(self.cgroup,
    [all...]

Completed in 163 milliseconds

1 23 4 5 6 7 8 91011>>