Home
last modified time | relevance | path

Searched refs:allowed_cpus (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c242 cpu_set_t allowed_cpus; in test_percpu_list() local
247 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
249 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
274 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
Dparam_test.c648 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()
[all …]