Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dreboot.c230 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
Dkthread.c466 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
527 WARN_ON_ONCE(!(k->flags & PF_NO_SETAFFINITY)); in kthread_set_per_cpu()
/kernel/linux/linux-5.10/kernel/sched/
Didle.c366 WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY)); in play_idle_precise()
Dcore.c1962 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr()
6121 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()
6833 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()
/kernel/linux/linux-5.10/include/linux/
Dsched.h1695 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ macro
1732 return (current->flags & PF_NO_SETAFFINITY) && in is_percpu_thread()
/kernel/linux/linux-5.10/fs/
Dio-wq.c1214 task->flags |= PF_NO_SETAFFINITY; in io_wq_worker_affinity()
Dexec.c1312 PF_NOFREEZE | PF_NO_SETAFFINITY); in begin_new_exec()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup.c2836 if (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY)) { in cgroup_procs_write_start()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch2497 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */