Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c270 cpu_set_t allowed_cpus; in test_percpu_list() local
275 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
277 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
302 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
H A Dparam_test.c711 cpu_set_t allowed_cpus; in test_percpu_list() local
716 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
718 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
755 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
898 cpu_set_t allowed_cpus; in test_percpu_buffer() local
903 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
905 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
955 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1109 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1114 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
[all …]