Lines Matching refs:allowed_cpus
711 cpu_set_t allowed_cpus; in test_percpu_list() local
716 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
718 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
755 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
898 cpu_set_t allowed_cpus; in test_percpu_buffer() local
903 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
905 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
955 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1109 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1114 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
1116 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()
1163 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()