Lines Matching refs:allowed_cpus
648 cpu_set_t allowed_cpus; in test_percpu_list() local
653 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
655 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
692 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
839 cpu_set_t allowed_cpus; in test_percpu_buffer() local
844 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
846 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
896 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1054 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1059 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
1061 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()
1108 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()