Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
A 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()
A Dparam_test.c627 cpu_set_t allowed_cpus; in test_percpu_list() local
632 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
634 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
671 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
818 cpu_set_t allowed_cpus; in test_percpu_buffer() local
823 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
825 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
875 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1033 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1038 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
[all …]

Completed in 7 milliseconds