Searched refs:PF_USER_WORKER (Results 1 – 5 of 5) sorted by relevance
36 !(old->flags & (PF_KTHREAD | PF_USER_WORKER))) { in switch_fpu()
1768 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro1825 return task->mm && !(task->flags & (PF_KTHREAD | PF_USER_WORKER)); in is_user_task()
483 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) && in kernel_fpu_begin_mask()
684 if (WARN_ON_ONCE(task->flags & (PF_KTHREAD | PF_USER_WORKER))) in pidfs_file_release()
2101 p->flags |= PF_USER_WORKER; in copy_process()