Home
last modified time | relevance | path

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

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