Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Didle.c348 WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY)); in play_idle_precise()
A Dcore.c2950 if ((ctx->flags & SCA_CHECK) && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr_locked()
8290 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()
9130 idle->flags |= PF_IDLE | PF_KTHREAD | PF_NO_SETAFFINITY; in init_idle()
9208 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()
9738 current->flags &= ~PF_NO_SETAFFINITY; in sched_init_smp()
/linux-6.3-rc2/io_uring/
A Dsqpoll.c236 current->flags |= PF_NO_SETAFFINITY; in io_sq_thread()
/linux-6.3-rc2/kernel/
A Dkthread.c531 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
593 WARN_ON_ONCE(!(k->flags & PF_NO_SETAFFINITY)); in kthread_set_per_cpu()
A Dreboot.c240 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
A Dfork.c2151 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
/linux-6.3-rc2/include/linux/
A Dsched.h1745 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ macro
1783 return (current->flags & PF_NO_SETAFFINITY) && in is_percpu_thread()
/linux-6.3-rc2/kernel/rcu/
A Drcuscale.c423 current->flags |= PF_NO_SETAFFINITY; in rcu_scale_writer()
/linux-6.3-rc2/init/
A Dmain.c705 tsk->flags |= PF_NO_SETAFFINITY; in rest_init()
/linux-6.3-rc2/fs/
A Dexec.c1319 PF_NOFREEZE | PF_NO_SETAFFINITY); in begin_new_exec()
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c2961 if (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY)) { in cgroup_procs_write_start()

Completed in 74 milliseconds