Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rseq/
Dparam_test.c623 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()
[all …]
Dbasic_percpu_ops_test.c243 cpu_set_t allowed_cpus; in test_percpu_list() local
248 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
250 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
275 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()