Searched refs:active_cpu (Results 1 – 1 of 1) sorted by relevance
167 int active_cpu = sched_getcpu (); in test_size() local168 if (last_active_cpu >= 0 && last_active_cpu != active_cpu) in test_size()171 active_cpu, last_active_cpu); in test_size()186 active_cpu = sched_getcpu (); in test_size()187 if (active_cpu != cpu) in test_size()189 printf ("error: Unexpected CPU %d, expected %d\n", active_cpu, cpu); in test_size()198 if ((unsigned int) active_cpu != numa_cpu) in test_size()201 active_cpu, numa_cpu); in test_size()
Completed in 3 milliseconds