Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c242 cpu_set_t allowed_cpus; in test_percpu_list() local
247 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
249 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
274 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
H A Dparam_test.c625 cpu_set_t allowed_cpus; in test_percpu_list() local
630 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_list()
632 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
669 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_list()
816 cpu_set_t allowed_cpus; in test_percpu_buffer() local
821 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_buffer()
823 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
873 if (!CPU_ISSET(i, &allowed_cpus)) in test_percpu_buffer()
1031 cpu_set_t allowed_cpus; in test_percpu_memcpy_buffer() local
1036 sched_getaffinity(0, sizeof(allowed_cpus), &allowed_cpus); in test_percpu_memcpy_buffer()
[all …]
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h142 struct cpumask allowed_cpus; member
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Drockchip-cpufreq.c722 cpumask_copy(&mdevp->allowed_cpus, policy->cpus); in rockchip_cpufreq_add_monitor()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c965 if (cpumask_test_cpu(cpu, &tmp->devp->allowed_cpus)) { in rockchip_monitor_suspend_low_temp_adjust()