Searched refs:load_cpu (Results 1 – 2 of 2) sorted by relevance
149 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() method263 fn load_cpu<P: AsRef<Path>>(proc_path: P) -> Option<Subsys> { in load_cpu() method309 let mnt_info = MountInfo::load_cpu(path).unwrap(); in test_load_mountinfo()319 let subsys = Subsys::load_cpu(path).unwrap(); in test_load_subsys()
139 static int load_cpu(int max_freq_khz) in load_cpu() function177 boost_time = load_cpu(max_freq_khz); in test_run()182 boost_off_time = load_cpu(max_freq_khz); in test_run()