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

/linux-4.1.27/kernel/
H A Dreboot.c200 current->flags |= PF_NO_SETAFFINITY; migrate_to_reboot_cpu()
H A Dkthread.c337 p->flags |= PF_NO_SETAFFINITY; __kthread_bind()
H A Dcgroup.c2427 * Workqueue threads may acquire PF_NO_SETAFFINITY and become __cgroup_procs_write()
2431 if (tsk == kthreadd_task || (tsk->flags & PF_NO_SETAFFINITY)) { __cgroup_procs_write()
H A Dworkqueue.c1763 worker->task->flags |= PF_NO_SETAFFINITY; create_worker()
3918 rescuer->task->flags |= PF_NO_SETAFFINITY; __alloc_workqueue_key()
/linux-4.1.27/fs/
H A Dexec.c1107 PF_NOFREEZE | PF_NO_SETAFFINITY); flush_old_exec()
/linux-4.1.27/include/linux/
H A Dsched.h1988 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ macro
/linux-4.1.27/kernel/sched/
H A Dcore.c4035 if (p->flags & PF_NO_SETAFFINITY) { sched_setaffinity()
4688 if (p->flags & PF_NO_SETAFFINITY) { task_can_attach()

Completed in 305 milliseconds