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()
430 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) && in kernel_fpu_begin_mask()
1674 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
2215 p->flags |= PF_USER_WORKER; in copy_process()
2912 if (current->flags & PF_USER_WORKER) in get_signal()
532 current->flags & (PF_USER_WORKER|PF_KTHREAD)) { in reclaim_throttle()
Completed in 40 milliseconds