Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h32 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/linux/kernel/
H A Dfork.c2151 p->flags |= PF_IO_WORKER; in copy_process()
/linux/kernel/sched/
H A Dcore.c7314 else if (task_flags & PF_IO_WORKER) in sched_submit_work()
7335 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()