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

/linux-master/kernel/sched/
H A Didle.c398 WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY));
H A Dcore.c3152 if ((ctx->flags & SCA_CHECK) && (p->flags & PF_NO_SETAFFINITY)) {
8427 if (p->flags & PF_NO_SETAFFINITY)
9282 idle->flags |= PF_KTHREAD | PF_NO_SETAFFINITY;
9359 if (p->flags & PF_NO_SETAFFINITY)
9879 current->flags &= ~PF_NO_SETAFFINITY;
/linux-master/kernel/
H A Dkthread.c531 p->flags |= PF_NO_SETAFFINITY;
593 WARN_ON_ONCE(!(k->flags & PF_NO_SETAFFINITY));
H A Dreboot.c250 current->flags |= PF_NO_SETAFFINITY;
H A Dfork.c2276 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY);
/linux-master/include/linux/
H A Dsched.h1645 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ macro
1684 return (current->flags & PF_NO_SETAFFINITY) &&
/linux-master/kernel/rcu/
H A Drcuscale.c468 current->flags |= PF_NO_SETAFFINITY;
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1694 * This thread was created pinned to the CPU using PF_NO_SETAFFINITY.
1695 * The problem is that cgroup does not allow PF_NO_SETAFFINITY thread.
1702 current->flags &= ~(PF_NO_SETAFFINITY);
1877 * This thread was created pinned to the CPU using PF_NO_SETAFFINITY.
1878 * The problem is that cgroup does not allow PF_NO_SETAFFINITY thread.
1885 current->flags &= ~(PF_NO_SETAFFINITY);
/linux-master/init/
H A Dmain.c712 tsk->flags |= PF_NO_SETAFFINITY;
/linux-master/fs/
H A Dexec.c1336 PF_NOFREEZE | PF_NO_SETAFFINITY);
/linux-master/kernel/cgroup/
H A Dcgroup.c2934 * kthreads may acquire PF_NO_SETAFFINITY during initialization.
2939 if (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY)) {

Completed in 247 milliseconds