Searched refs:PF_NO_SETAFFINITY (Results 1 – 6 of 6) sorted by relevance
200 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
343 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
2756 if (tsk == kthreadd_task || (tsk->flags & PF_NO_SETAFFINITY)) { in __cgroup_procs_write()
1113 PF_NOFREEZE | PF_NO_SETAFFINITY); in flush_old_exec()
1219 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr()4418 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()5081 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()
2093 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ macro