PF_NO_SETAFFINITY 1297 fs/exec.c      					PF_NOFREEZE | PF_NO_SETAFFINITY);
PF_NO_SETAFFINITY 1506 include/linux/sched.h 	return (current->flags & PF_NO_SETAFFINITY) &&
PF_NO_SETAFFINITY 2859 kernel/cgroup/cgroup.c 	if (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY)) {
PF_NO_SETAFFINITY  407 kernel/kthread.c 	p->flags |= PF_NO_SETAFFINITY;
PF_NO_SETAFFINITY  230 kernel/reboot.c 	current->flags |= PF_NO_SETAFFINITY;
PF_NO_SETAFFINITY 1647 kernel/sched/core.c 	if (check && (p->flags & PF_NO_SETAFFINITY)) {
PF_NO_SETAFFINITY 5402 kernel/sched/core.c 	if (p->flags & PF_NO_SETAFFINITY) {
PF_NO_SETAFFINITY 6107 kernel/sched/core.c 	if (p->flags & PF_NO_SETAFFINITY) {
PF_NO_SETAFFINITY  325 kernel/sched/idle.c 	WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY));