Home
last modified time | relevance | path

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

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