Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dreboot.c200 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
Dkthread.c343 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
Dcgroup.c2756 if (tsk == kthreadd_task || (tsk->flags & PF_NO_SETAFFINITY)) { in __cgroup_procs_write()
/linux-4.4.14/fs/
Dexec.c1113 PF_NOFREEZE | PF_NO_SETAFFINITY); in flush_old_exec()
/linux-4.4.14/kernel/sched/
Dcore.c1219 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()
/linux-4.4.14/include/linux/
Dsched.h2093 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ macro