Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dreboot.c227 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
Dkthread.c398 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
/Linux-v4.19/kernel/sched/
Didle.c324 WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY)); in play_idle()
Dcore.c1071 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr()
4752 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()
5458 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()
/Linux-v4.19/include/linux/
Dsched.h1392 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_allowed */ macro
1429 return (current->flags & PF_NO_SETAFFINITY) && in is_percpu_thread()
/Linux-v4.19/fs/
Dexec.c1290 PF_NOFREEZE | PF_NO_SETAFFINITY); in flush_old_exec()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c2680 if (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY)) { in cgroup_procs_write_start()