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

1 2 3 4 56 7 8 91011>>

  /system/sepolicy/prebuilts/api/26.0/private/
genfs_contexts 47 genfscon cgroup / u:object_r:cgroup:s0
zygote.te 58 allow zygote cgroup:dir create_dir_perms;
59 allow zygote cgroup:{ file lnk_file } r_file_perms;
domain_deprecated.te 187 r_dir_file(domain_deprecated, cgroup)
259 } cgroup:dir r_dir_perms;
273 } cgroup:{ file lnk_file } r_file_perms;
  /system/sepolicy/prebuilts/api/26.0/public/
kernel.te 23 # cgroup filesystem initialization prior to setting the cgroup root directory label.
logd.te 6 r_dir_file(logd, cgroup)
  /system/sepolicy/private/
zygote.te 58 allow zygote cgroup:dir create_dir_perms;
59 allow zygote cgroup:{ file lnk_file } r_file_perms;
  /system/sepolicy/public/
kernel.te 23 # cgroup filesystem initialization prior to setting the cgroup root directory label.
logd.te 6 r_dir_file(logd, cgroup)
  /external/autotest/client/site_tests/kernel_LTP/
site_excluded 204 cgroup
  /external/kernel-headers/original/uapi/linux/
sched.h 24 #define CLONE_NEWCGROUP 0x02000000 /* New cgroup namespace */
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct_task.c 43 fprintf(stderr, "Usage: %s /cgroup/.../tasks\n", argv[0]);
  /external/ltp/testcases/kernel/controllers/freezer/
fork_freeze.sh 43 "ERROR: cgroup freezer started in non-THAWED state"
freeze_thaw.sh 42 "ERROR: cgroup freezer started in non-THAWED state"
write_freezing.sh 41 "ERROR: cgroup freezer started in non-THAWED state"
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_force_empty.sh 71 # writing to non-empty top mem cgroup's force_empty
  /external/ltp/testcases/kernel/controllers/pids/
pids_task1.c 39 fprintf(stderr, "Usage: %s /cgroup/.../tasks\n", argv[0]);
  /frameworks/native/cmds/atrace/
atrace.rc 28 chown root shell /sys/kernel/debug/tracing/events/cgroup/enable
29 chown root shell /sys/kernel/tracing/events/cgroup/enable
82 chmod 0664 /sys/kernel/debug/tracing/events/cgroup/enable
83 chmod 0664 /sys/kernel/tracing/events/cgroup/enable
  /external/lisa/libs/wlgen/wlgen/
perf_bench.py 53 cgroup=None,
142 cgroup=None,
147 0, cpus, cgroup, exc_id)
  /external/ltp/testcases/kernel/controllers/cpuset/
cpuset_funcs.sh 119 # Create /dev/cpuset & mount the cgroup file system with cpuset
134 tst_brkm TFAIL "Could not mount cgroup filesystem with"\
166 tst_brkm TFAIL "Couldn't umount cgroup filesystem with"\
  /system/core/libcutils/
sched_policy.cpp 175 * Returns the path under the requested cgroup subsystem (if it exists)
177 * The data from /proc/<pid>/cgroup looks (something) like:
182 * the default cgroup. If the string is longer than "bufLen", the string
192 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
237 SLOGE("Bad cgroup data {%s}", lineBuf);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_parser.cpp 246 cgroup = 0;
266 cgroup = !cgroup;
267 memset(slots[cgroup], 0, 5*sizeof(slots[0][0]));
279 if (!sh->assign_slot(n, slots[cgroup])) {
362 cgroup = !cgroup;
363 memset(slots[cgroup], 0, 5*sizeof(slots[0][0]));
370 if (!sh->assign_slot(n, slots[cgroup])) {
437 unsigned pgroup = !cgroup, prev_slot = src.sel == ALU_SRC_PS
    [all...]
  /external/minijail/
minijail0.1 89 Run inside a new cgroup namespace. This option runs the program with a cgroup
90 view showing the program's cgroup as the root. This is only available on v4.6+
  /bootable/recovery/etc/
init.rc 16 mount cgroup none /acct cpuacct
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 40 """Gets all processes (tasks) in the update-engine cgroup.
44 with open('/sys/fs/cgroup/cpu/update-engine/tasks') as f:
90 update-engine cgroup. The information is used to e.g. maintain
98 # Loop over all PIDs (tasks) in the update-engine cgroup and
  /external/fio/
Android.bp 86 "cgroup.c",

Completed in 418 milliseconds

1 2 3 4 56 7 8 91011>>