Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Didle.c368 WARN_ON_ONCE(!(current->flags & PF_NO_SETAFFINITY)); in play_idle_precise()
H A Dcore.c2013 if (check && (p->flags & PF_NO_SETAFFINITY)) { in __set_cpus_allowed_ptr_locked()
6188 if (p->flags & PF_NO_SETAFFINITY) { in sched_setaffinity()
6889 if (p->flags & PF_NO_SETAFFINITY) { in task_can_attach()
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c253 current->flags |= PF_NO_SETAFFINITY; in migrate_to_reboot_cpu()
H A Dkthread.c466 p->flags |= PF_NO_SETAFFINITY; in __kthread_bind_mask()
528 WARN_ON_ONCE(!(k->flags & PF_NO_SETAFFINITY)); in kthread_set_per_cpu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1587 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ macro
1624 return (current->flags & PF_NO_SETAFFINITY) && in is_percpu_thread()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c710 tsk->flags |= PF_NO_SETAFFINITY; in io_init_new_worker()
H A Dio_uring.c7333 current->flags |= PF_NO_SETAFFINITY; in io_sq_thread()
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1312 PF_NOFREEZE | PF_NO_SETAFFINITY); in begin_new_exec()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c2901 if (!force_migration && (tsk->no_cgroup_migration || (tsk->flags & PF_NO_SETAFFINITY))) { in cgroup_procs_write_start()