Searched refs:PF_USER_WORKER (Results 1 - 9 of 9) 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/fs/
H A Dcoredump.c375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER)
/linux-master/kernel/
H A Dexit.c420 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) {
H A Dsignal.c1379 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)
2750 * implies do_group_exit() or return to PF_USER_WORKER,
2900 * PF_USER_WORKER threads will catch and exit on fatal signals
2903 * be properly initialized, PF_USER_WORKER's shouldn't use it.
2905 if (current->flags & PF_USER_WORKER)
H A Dfork.c2231 p->flags |= PF_USER_WORKER;
/linux-master/include/linux/
H A Dsched.h1632 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
/linux-master/mm/
H A Dvmscan.c511 current->flags & (PF_USER_WORKER|PF_KTHREAD)) {

Completed in 159 milliseconds