Searched refs:cpu_count (Results 1 – 4 of 4) sorted by relevance
34 int cpu_count = 0; in GetCpuCountFromString() local40 cpu_count += cpu - last_cpu; in GetCpuCountFromString()42 cpu_count++; in GetCpuCountFromString()52 return cpu_count; in GetCpuCountFromString()
65 int cpu_count = 1; in get_nprocs() local71 cpu_count = GetCpuCountFromString(line); in get_nprocs()76 return cpu_count; in get_nprocs()
31 __u64 cpu_count __attribute__((aligned(8))); member
77 TEST(sched, cpu_count) { in TEST() argument