Searched refs:PF_IO_WORKER (Results 1 – 5 of 5) sorted by relevance
81 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
322 if (current->flags & PF_IO_WORKER) { in io_run_task_work()
1664 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
6735 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()
2219 p->flags |= PF_IO_WORKER; in copy_process()
Completed in 32 milliseconds