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()
40 int cpu_count = 1; in __get_cpu_count() local46 cpu_count = GetCpuCountFromString(line); in __get_cpu_count()51 return cpu_count; in __get_cpu_count()
29 __u64 cpu_count __attribute__((aligned(8))); member
85 TEST(sched, cpu_count) { in TEST() argument