Home
last modified time | relevance | path

Searched refs:load_cpu (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/num_cpus/src/
Dlinux.rs149 let subsys = some!(Subsys::load_cpu(cgroup_proc)); in load_cgroups()
150 let mntinfo = some!(MountInfo::load_cpu(mountinfo_proc)); in load_cgroups()
228 fn load_cpu<P: AsRef<Path>>(proc_path: P) -> Option<MountInfo> { in load_cpu() method
263 fn load_cpu<P: AsRef<Path>>(proc_path: P) -> Option<Subsys> { in load_cpu() method
309 let mnt_info = MountInfo::load_cpu(path).unwrap(); in test_load_mountinfo()
319 let subsys = Subsys::load_cpu(path).unwrap(); in test_load_subsys()
/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c139 static int load_cpu(int max_freq_khz) in load_cpu() function
177 boost_time = load_cpu(max_freq_khz); in test_run()
182 boost_off_time = load_cpu(max_freq_khz); in test_run()