Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio-wq.h81 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
Dio_uring.h282 if (current->flags & PF_IO_WORKER && in io_run_task_work()
/Linux-v6.6/fs/
Dcoredump.c375 if ((t->flags & (PF_USER_WORKER | PF_IO_WORKER)) != PF_USER_WORKER) in zap_process()
/Linux-v6.6/include/linux/
Dsched.h1730 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro
/Linux-v6.6/kernel/
Dexit.c417 ((tsk->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER)) { in coredump_task_exit()
Dfork.c2342 p->flags |= PF_IO_WORKER; in copy_process()
Dsignal.c1388 if ((t->flags & (PF_IO_WORKER | PF_USER_WORKER)) != PF_USER_WORKER) in zap_other_threads()
/Linux-v6.6/kernel/sched/
Dcore.c6733 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()
6756 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()