Searched refs:PF_IO_WORKER (Results 1 - 5 of 5) sorted by relevance

/linux-master/io_uring/
H A Dio-wq.h81 return in_task() && (current->flags & PF_IO_WORKER) &&
H A Dio_uring.h310 * PF_IO_WORKER never returns to userspace, so check here if we have
313 if (current->flags & PF_IO_WORKER) {
/linux-master/include/linux/
H A Dsched.h1031 /* PF_KTHREAD | PF_IO_WORKER */
1626 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux-master/kernel/sched/
H A Dcore.c6787 else if (task_flags & PF_IO_WORKER)
6808 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) {
6813 else if (tsk->flags & PF_IO_WORKER)
/linux-master/kernel/
H A Dfork.c2235 p->flags |= PF_IO_WORKER;

Completed in 231 milliseconds