Searched refs:PF_USER_WORKER (Results 1 – 7 of 7) sorted by relevance
43 !(old->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()
438 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) && in kernel_fpu_begin_mask()
1729 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
2271 p->flags |= PF_USER_WORKER; in copy_process()
3028 if (current->flags & PF_USER_WORKER) in get_signal()
554 current->flags & (PF_USER_WORKER|PF_KTHREAD)) { in reclaim_throttle()