Searched refs:allowed_cpus (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rseq/ |
D | param_test.c | 623 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 …]
|
D | basic_percpu_ops_test.c | 243 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()
|