Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Didle.c325 WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY)); in play_idle()
Dcore.c1651 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr()
5403 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()
6108 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()
/Linux-v5.4/kernel/
Dreboot.c230 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
Dkthread.c407 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
/Linux-v5.4/include/linux/
Dsched.h1468 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ macro
1505 return (current->flags & PF_NO_SETAFFINITY) && in is_percpu_thread()
/Linux-v5.4/fs/
Dexec.c1295 PF_NOFREEZE | PF_NO_SETAFFINITY); in flush_old_exec()
/Linux-v5.4/kernel/cgroup/
Dcgroup.c2859 if (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY)) { in cgroup_procs_write_start()