Home
last modified time | relevance | path

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

/linux/io_uring/
A Dio-wq.h81 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
A Dio_uring.h322 if (current->flags & PF_IO_WORKER) { in io_run_task_work()
/linux/include/linux/
A Dsched.h1664 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux/kernel/sched/
A Dcore.c6735 else if (task_flags & PF_IO_WORKER) in sched_submit_work()
6756 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) { in sched_update_worker()
6761 else if (tsk->flags & PF_IO_WORKER) in sched_update_worker()
/linux/kernel/
A Dfork.c2219 p->flags |= PF_IO_WORKER; in copy_process()

Completed in 32 milliseconds