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()27 CPU_SET(i, &test_affinity); in test_cpu_pointer()28 sched_setaffinity(0, sizeof(test_affinity), in test_cpu_pointer()29 &test_affinity); in test_cpu_pointer()36 CPU_CLR(i, &test_affinity); in test_cpu_pointer()