Searched refs:PF_USER_WORKER (Results 1 – 6 of 6) sorted by relevance
36 !(old->flags & (PF_KTHREAD | PF_USER_WORKER))) { in switch_fpu()
1809 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro1866 return task->mm && !(task->flags & (PF_KTHREAD | PF_USER_WORKER)); in is_user_task()
707 if (WARN_ON_ONCE(task->flags & (PF_KTHREAD | PF_USER_WORKER))) in pidfs_file_release()
2152 p->flags |= PF_USER_WORKER; in copy_process()
3106 if (current->flags & PF_USER_WORKER) in get_signal()
523 current->flags & (PF_USER_WORKER|PF_KTHREAD)) { in reclaim_throttle()