Searched refs:allowed_cpus (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/rseq/ |
H A D | basic_percpu_ops_test.c | 280 cpu_set_t allowed_cpus; in test_percpu_list() local 285 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list() 287 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list() 312 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
|
H A D | param_test.c | 745 cpu_set_t allowed_cpus; in test_percpu_list() 750 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list() 752 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_list() 789 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in this_cpu_buffer_push() 932 cpu_set_t allowed_cpus; in test_percpu_buffer() 937 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer() 939 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer() 989 if (rseq_use_cpu_index() && !CPU_ISSET(i, &allowed_cpus)) in this_cpu_memcpy_buffer_push() 721 cpu_set_t allowed_cpus; test_percpu_list() local 908 cpu_set_t allowed_cpus; test_percpu_buffer() local 1119 cpu_set_t allowed_cpus; test_percpu_memcpy_buffer() local [all...] |