Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio-wq.h81 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_worker_running()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h31 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux/include/linux/
H A Dsched.h1714 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux/kernel/sched/
H A Dcore.c6910 else if (task_flags & PF_IO_WORKER) in sched_submit_work()
6931 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) { in sched_update_worker()
6936 else if (tsk->flags & PF_IO_WORKER) in sched_update_worker()
/linux/kernel/
H A Dfork.c2067 p->flags |= PF_IO_WORKER; in copy_process()