Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/fpu/
A Dsched.h43 !(old->flags & (PF_KTHREAD | PF_USER_WORKER))) { in switch_fpu_prepare()
/linux/arch/x86/kernel/fpu/
A Dcontext.h59 if (WARN_ON_ONCE(current->flags & (PF_KTHREAD | PF_USER_WORKER))) in fpregs_restore_userregs()
A Dcore.c430 if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) && in kernel_fpu_begin_mask()
/linux/include/linux/
A Dsched.h1674 #define PF_USER_WORKER 0x00004000 /* Kernel thread cloned from userspace thread */ macro
/linux/kernel/
A Dfork.c2215 p->flags |= PF_USER_WORKER; in copy_process()
A Dsignal.c2912 if (current->flags & PF_USER_WORKER) in get_signal()
/linux/mm/
A Dvmscan.c532 current->flags & (PF_USER_WORKER|PF_KTHREAD)) { in reclaim_throttle()

Completed in 40 milliseconds