Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/fpu/
A Dsched.h42 !(current->flags & (PF_KTHREAD | PF_IO_WORKER))) { in switch_fpu_prepare()
/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dcontext.h60 if (WARN_ON_ONCE(current->flags & (PF_KTHREAD | PF_IO_WORKER))) in fpregs_restore_userregs()
A Dcore.c429 if (!(current->flags & (PF_KTHREAD | PF_IO_WORKER)) && in kernel_fpu_begin_mask()
/linux-6.3-rc2/io_uring/
A Dio-wq.h80 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
A Dio_uring.h283 if (current->flags & PF_IO_WORKER && in io_run_task_work()
A Dio-wq.c234 current->flags &= ~PF_IO_WORKER; in io_worker_exit()
/linux-6.3-rc2/include/linux/
A Dsched.h1722 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux-6.3-rc2/kernel/
A Dfork.c2111 p->flags |= PF_IO_WORKER; in copy_process()
A Dsignal.c2853 if (current->flags & PF_IO_WORKER) in get_signal()
/linux-6.3-rc2/kernel/sched/
A Dcore.c6660 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()
6683 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()
/linux-6.3-rc2/mm/
A Dvmscan.c1159 current->flags & (PF_IO_WORKER|PF_KTHREAD)) { in reclaim_throttle()

Completed in 61 milliseconds