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

/linux-master/io_uring/
H A Dio-wq.h81 return in_task() && (current->flags & PF_IO_WORKER) &&
H A Dio_uring.h316 * PF_IO_WORKER never returns to userspace, so check here if we have
319 if (current->flags & PF_IO_WORKER) {
/linux-master/fs/
H A Dcoredump.c375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER)
/linux-master/include/linux/
H A Dsched.h1025 /* PF_KTHREAD | PF_IO_WORKER */
1622 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux-master/kernel/
H A Dexit.c420 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) {
H A Dfork.c2235 p->flags |= PF_IO_WORKER;
H A Dsignal.c1379 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)
/linux-master/kernel/sched/
H A Dcore.c6788 else if (task_flags & PF_IO_WORKER)
6809 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) {
6814 else if (tsk->flags & PF_IO_WORKER)

Completed in 223 milliseconds