Searched refs:PF_IO_WORKER (Results 1 – 8 of 8) sorted by relevance
81 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
282 if (current->flags & PF_IO_WORKER && in io_run_task_work()
375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER) in zap_process()
1730 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
417 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) { in coredump_task_exit()
2342 p->flags |= PF_IO_WORKER; in copy_process()
1388 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER) in zap_other_threads()
6733 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()6756 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()