Home
last modified time | relevance | path

Searched refs:PF_USER_WORKER (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/include/asm/fpu/
H A Dsched.h43 !(current->flags & (PF_KTHREAD | PF_USER_WORKER))) { in switch_fpu_prepare()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dcontext.h59 if (WARN_ON_ONCE(current->flags & (PF_KTHREAD | PF_USER_WORKER))) in fpregs_restore_userregs()
H A Dcore.c430 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) && in kernel_fpu_begin_mask()
/openbmc/linux/fs/
H A Dcoredump.c375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER) in zap_process()
/openbmc/linux/kernel/
H A Dexit.c417 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) { in coredump_task_exit()
H A Dsignal.c1388 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER) in zap_other_threads()
2886 if (current->flags & PF_USER_WORKER) in get_signal()
H A Dfork.c2338 p->flags |= PF_USER_WORKER; in copy_process()
/openbmc/linux/include/linux/
H A Dsched.h1740 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
/openbmc/linux/mm/
H A Dvmscan.c1206 current->flags & (PF_USER_WORKER|PF_KTHREAD)) { in reclaim_throttle()