Searched refs:PF_IO_WORKER (Results 1 – 25 of 30) sorted by relevance
12
52 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
76 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
200 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
115 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
175 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
194 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
157 return in_task() && (current->flags & PF_IO_WORKER) && in io_wq_current_is_worker()
62 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
117 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
128 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
220 if (!(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
133 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
159 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
160 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
112 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
252 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
160 int kthread = current->flags & (PF_KTHREAD | PF_IO_WORKER); in copy_thread()
250 if (likely(!(p->flags & (PF_KTHREAD | PF_IO_WORKER)))) { in copy_thread()
299 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) {
597 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
336 if (likely(!(p->flags & (PF_KTHREAD | PF_IO_WORKER)))) { in copy_thread()
341 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
181 if (unlikely(p->flags & PF_IO_WORKER)) { in copy_thread()
123 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
1668 #define PF_IO_WORKER 0x00000010 /* Task is an IO worker */ macro