Home
last modified time | relevance | path

Searched refs:PF_NO_SETAFFINITY (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/
H A Dreboot.c252 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1692 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ macro
1739 return (current->flags & PF_NO_SETAFFINITY) && (current->nr_cpus_allowed == 1); in is_percpu_thread()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c2079 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr()
6463 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()
7209 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()

Completed in 16 milliseconds