Searched refs:PF_NO_SETAFFINITY (Results 1 – 7 of 7) sorted by relevance
200 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
337 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind()
1763 worker->task->flags |= PF_NO_SETAFFINITY; in create_worker()3918 rescuer->task->flags |= PF_NO_SETAFFINITY; in __alloc_workqueue_key()
2431 if (tsk == kthreadd_task || (tsk->flags & PF_NO_SETAFFINITY)) { in __cgroup_procs_write()
1107 PF_NOFREEZE | PF_NO_SETAFFINITY); in flush_old_exec()
1988 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ macro
4035 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()4688 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()