Home
last modified time | relevance | path

Searched refs:PF_IO_WORKER (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dprocess.c52 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dprocess.c76 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dprocess.c170 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dprocess.c115 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dprocess.c203 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dprocess.c194 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dprocess.c62 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h168 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dprocess.c117 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dprocess_32.c117 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dprocess.c220 if (!(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dprocess.c130 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dprocess.c159 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dprocess.c160 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dprocess.c112 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dprocess.c252 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dprocess.c160 int kthread = current->flags & (PF_KTHREAD | PF_IO_WORKER); in copy_thread()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dprocess.c248 if (likely(!(p->flags & (PF_KTHREAD | PF_IO_WORKER)))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprocess_32.c312 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) {
H A Dprocess_64.c600 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_access.c693 if ((current->flags & (PF_KTHREAD | PF_IO_WORKER)) == PF_KTHREAD) in smack_privileged()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c481 if (likely(!(p->flags & (PF_KTHREAD | PF_IO_WORKER)))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dprocess.c341 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess.c181 if (unlikely(p->flags & PF_IO_WORKER)) { in copy_thread()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dnetwork.c616 return (current->flags & (PF_KTHREAD | PF_IO_WORKER)) == PF_KTHREAD; in tomoyo_kernel_service()

12