Searched refs:set_cpus_allowed_ptr (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | reboot.c | 255 set_cpus_allowed_ptr(current, cpumask_of(cpu)); in migrate_to_reboot_cpu()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 1812 extern int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask);
1817 static inline int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask)
in set_cpus_allowed_ptr() function
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 728 set_cpus_allowed_ptr(tsk, cpumask_of(smp_processor_id())); in rest_init()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 128 * set_cpus_allowed_ptr(): p->cpus_ptr, p->nr_cpus_allowed 1976 * during wakeups, see set_cpus_allowed_ptr()'s TASK_WAKING test. in migration_cpu_stop() 2156 int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask) in set_cpus_allowed_ptr() function 2160 EXPORT_SYMBOL_GPL(set_cpus_allowed_ptr); variable 2680 return set_cpus_allowed_ptr(p, new_mask); in __set_cpus_allowed_ptr() 7206 * success of set_cpus_allowed_ptr() on all attached tasks in task_can_attach() 7996 if (set_cpus_allowed_ptr(current, housekeeping_cpumask(HK_FLAG_DOMAIN)) < in sched_init_smp()
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cpuset.c | 1085 return set_cpus_allowed_ptr(p, new_mask); in update_cpus_allowed() 3437 * subsequent cpuset_change_cpumask()->set_cpus_allowed_ptr() in cpuset_cpus_allowed_fallback() 3443 * the pending set_cpus_allowed_ptr() will fix things. in cpuset_cpus_allowed_fallback()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 5265 set_cpus_allowed_ptr(current, cpumask_of(CUSTOM_DPC_CPUCORE)); in dhd_dpc_thread() 5274 set_cpus_allowed_ptr(current, cpumask_of(dhd->pub.conf->dpc_cpucore)); in dhd_dpc_thread() 5356 set_cpus_allowed_ptr(current, cpumask_of(dhd->pub.conf->rxf_cpucore)); in dhd_rxf_thread() 17121 e_dpc = set_cpus_allowed_ptr(dhd->current_dpc, in dhd_set_cpucore() 17124 e_dpc = set_cpus_allowed_ptr(dhd->current_dpc, in dhd_set_cpucore() 17138 e_rxf = set_cpus_allowed_ptr(dhd->current_rxf, in dhd_set_cpucore() 17141 e_rxf = set_cpus_allowed_ptr(dhd->current_rxf, in dhd_set_cpucore()
|
Completed in 76 milliseconds