/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 51 static int __enable_controllers(const char *cgroup_path, const char *controllers) in __enable_controllers() 114 char cgroup_path[PATH_MAX + 1]; in enable_controllers() local 120 static int __write_cgroup_file(const char *cgroup_path, const char *file, in __write_cgroup_file() 155 char cgroup_path[PATH_MAX - 24]; in write_cgroup_file() local 176 char cgroup_path[PATH_MAX - 24]; in write_cgroup_file_parent() local 236 static int join_cgroup_from_top(const char *cgroup_path) in join_cgroup_from_top() 273 char cgroup_path[PATH_MAX + 1]; in join_cgroup() local 289 char cgroup_path[PATH_MAX + 1]; in join_parent_cgroup() local 347 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup() local
|
/aosp_15_r20/system/core/libprocessgroup/util/ |
H A D | util.cpp | 72 const std::string cgroup_path = cgroup["Path"].asString(); in MergeCgroupToDescriptors() local 199 unsigned int GetCgroupDepth(const std::string& controller_root, const std::string& cgroup_path) { in GetCgroupDepth()
|
/aosp_15_r20/system/core/init/ |
H A D | service_test.cpp | 222 std::string cgroup_path = StringPrintf("/proc/%d/cgroup", pid); in CgroupPath() local 269 const std::string cgroup_path = CgroupPath(pid); in TEST_P() local
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_linux.cc | 149 FilePath cgroup_path = GetForegroundCgroupDir(token); in GetForegroundCgroupFile() local 378 FilePath cgroup_path = CGroups::Get().GetForegroundCgroupDir(unique_token_); in InitializePriority() local
|
H A D | process_unittest.cc | 967 FilePath cgroup_path = FilePath(std::string(kCgroupRoot) + cgroup); in TEST_F() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise09.c | 50 static char cgroup_path[PATH_MAX]; variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 57 static bool connect_send(const char *cgroup_path) in connect_send()
|
/aosp_15_r20/system/core/libprocessgroup/ |
H A D | task_profiles.cpp | 170 const std::string cgroup_path = ConvertUidPidToPath(controller()->path(), uid, pid); in GetPathForProcess() local 202 const std::string cgroup_path = ConvertUidToPath(controller()->path(), uid); in GetPathForUID() local
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | tcptop.c | 44 static char *cgroup_path; variable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 533 let cgroup_path = PathBuf::from(OsString::from_vec(cgroup_path)); in quota() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 532 let cgroup_path = PathBuf::from(OsString::from_vec(cgroup_path)); in quota() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 533 let cgroup_path = PathBuf::from(OsString::from_vec(cgroup_path)); in quota() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 533 let cgroup_path = PathBuf::from(OsString::from_vec(cgroup_path)); in quota() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 532 let cgroup_path = PathBuf::from(OsString::from_vec(cgroup_path)); in quota() localVariable
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/ |
H A D | linux.rs | 1401 let cgroup_path = cfg in setup_vm_components() localVariable
|