Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio-wq.h81 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
H A Dio_uring.h362 * PF_IO_WORKER never returns to userspace, so check here if we have in io_run_task_work()
365 if (current->flags & PF_IO_WORKER) { in io_run_task_work()
/linux/include/linux/
H A Dsched.h1730 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux/kernel/
H A Dfork.c2019 p->flags |= PF_IO_WORKER; in copy_process()