Lines Matching refs:allowed_cpus
745 cpu_set_t allowed_cpus; in test_percpu_list() local
750 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
752 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
789 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
932 cpu_set_t allowed_cpus; in test_percpu_buffer() local
937 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
939 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
989 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1143 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1148 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
1150 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()
1197 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_memcpy_buffer()