Searched refs:PF_USER_WORKER (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/fpu/
H A Dsched.h43 !(old->flags & (PF_KTHREAD | PF_USER_WORKER))) {
/linux-master/arch/x86/kernel/fpu/
H A Dcontext.h59 if (WARN_ON_ONCE(current->flags & (PF_KTHREAD | PF_USER_WORKER)))
H A Dcore.c430 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) &&
/linux-master/include/linux/
H A Dsched.h1636 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
/linux-master/kernel/
H A Dfork.c2231 p->flags |= PF_USER_WORKER;
H A Dsignal.c2748 * implies do_group_exit() or return to PF_USER_WORKER,
2898 * PF_USER_WORKER threads will catch and exit on fatal signals
2901 * be properly initialized, PF_USER_WORKER's shouldn't use it.
2903 if (current->flags & PF_USER_WORKER)
/linux-master/mm/
H A Dvmscan.c511 current->flags & (PF_USER_WORKER|PF_KTHREAD)) {

Completed in 237 milliseconds