Home
last modified time | relevance | path

Searched defs:cgroup_path (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c51 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 Dutil.cpp72 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 Dservice_test.cpp222 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 Dprocess_linux.cc149 FilePath cgroup_path = GetForegroundCgroupDir(token); in GetForegroundCgroupFile() local
378 FilePath cgroup_path = CGroups::Get().GetForegroundCgroupDir(unique_token_); in InitializePriority() local
H A Dprocess_unittest.cc967 FilePath cgroup_path = FilePath(std::string(kCgroupRoot) + cgroup); in TEST_F() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise09.c50 static char cgroup_path[PATH_MAX]; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c57 static bool connect_send(const char *cgroup_path) in connect_send()
/aosp_15_r20/system/core/libprocessgroup/
H A Dtask_profiles.cpp170 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 Dtcptop.c44 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 Dthread.rs533 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 Dthread.rs532 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 Dthread.rs533 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 Dthread.rs533 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 Dthread.rs532 let cgroup_path = PathBuf::from(OsString::from_vec(cgroup_path)); in quota() localVariable
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1401 let cgroup_path = cfg in setup_vm_components() localVariable