Searched refs:PF_USER_WORKER (Results 1 – 9 of 9) sorted by relevance
43 !(current->flags & (PF_KTHREAD | PF_USER_WORKER))) { in switch_fpu_prepare()
59 if (WARN_ON_ONCE(current->flags & (PF_KTHREAD | PF_USER_WORKER))) in fpregs_restore_userregs()
430 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) && in kernel_fpu_begin_mask()
375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER) in zap_process()
417 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) { in coredump_task_exit()
1388 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER) in zap_other_threads()2886 if (current->flags & PF_USER_WORKER) in get_signal()
2338 p->flags |= PF_USER_WORKER; in copy_process()
1740 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
1206 current->flags & (PF_USER_WORKER|PF_KTHREAD)) { in reclaim_throttle()