Home
last modified time | relevance | path

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

/openbmc/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.h297 if (current->flags & PF_IO_WORKER && in io_run_task_work()
/openbmc/linux/fs/
H A Dcoredump.c375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER) in zap_process()
/openbmc/linux/include/linux/
H A Dsched.h1022 /* PF_KTHREAD | PF_IO_WORKER */
1737 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/openbmc/linux/kernel/
H A Dexit.c417 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) { in coredump_task_exit()
H A Dfork.c2341 p->flags |= PF_IO_WORKER; in copy_process()
H A Dsignal.c1389 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER) in zap_other_threads()
/openbmc/linux/kernel/sched/
H A Dcore.c6735 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()
6758 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()