Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dio-wq.h86 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
H A Dio_uring.h362 if (current->flags & PF_IO_WORKER) { in io_run_task_work()
/linux-6.15/include/linux/
H A Dsched.h1719 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux-6.15/kernel/sched/
H A Dcore.c6810 else if (task_flags & PF_IO_WORKER) in sched_submit_work()
6831 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) { in sched_update_worker()
6836 else if (tsk->flags & PF_IO_WORKER) in sched_update_worker()
/linux-6.15/kernel/
H A Dfork.c2275 p->flags |= PF_IO_WORKER; in copy_process()