Searched refs:allowed_cpus (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | basic_percpu_ops_test.c | 242 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 D | param_test.c | 625 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 D | rockchip_system_monitor.h | 142 struct cpumask allowed_cpus; member
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | rockchip-cpufreq.c | 722 cpumask_copy(&mdevp->allowed_cpus, policy->cpus); in rockchip_cpufreq_add_monitor()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_system_monitor.c | 965 if (cpumask_test_cpu(cpu, &tmp->devp->allowed_cpus)) { in rockchip_monitor_suspend_low_temp_adjust()
|