Lines Matching refs:allowed_cpus
623 cpu_set_t allowed_cpus; in test_percpu_list() local
628 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
630 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
667 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
814 cpu_set_t allowed_cpus; in test_percpu_buffer() local
819 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
821 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
871 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1029 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1034 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
1036 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()
1083 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()