Lines Matching refs:total_cpu
622 self.total_cpu = len(get_possible_cpus())
626 self.Leaf = self.sLeaf * self.total_cpu
630 self.Leaf = ct.c_uint64 * self.total_cpu
632 self.Leaf = ct.c_int64 * self.total_cpu
641 ret = (self.sLeaf * self.total_cpu)()
642 for i in range(0, self.total_cpu):
667 return result.value / self.total_cpu
678 self.total_cpu = len(get_possible_cpus())
682 self.Leaf = self.sLeaf * self.total_cpu
686 self.Leaf = ct.c_uint64 * self.total_cpu
688 self.Leaf = ct.c_int64 * self.total_cpu
697 ret = (self.sLeaf * self.total_cpu)()
698 for i in range(0, self.total_cpu):
727 return result.value / self.total_cpu