Searched refs:test_affinity (Results 1 – 1 of 1) sorted by relevance
18 cpu_set_t affinity, test_affinity; in test_cpu_pointer() local22 CPU_ZERO(&test_affinity); in test_cpu_pointer()25 CPU_SET(i, &test_affinity); in test_cpu_pointer()26 sched_setaffinity(0, sizeof(test_affinity), in test_cpu_pointer()27 &test_affinity); in test_cpu_pointer()32 CPU_CLR(i, &test_affinity); in test_cpu_pointer()