Searched refs:PF_WQ_WORKER (Results 1 – 7 of 7) sorted by relevance
62 if (current->flags & PF_WQ_WORKER) in current_wq_worker()
2151 worker->task->flags |= PF_WQ_WORKER; in worker_thread()2159 worker->task->flags &= ~PF_WQ_WORKER; in worker_thread()2260 rescuer->task->flags |= PF_WQ_WORKER; in rescuer_thread()2348 rescuer->task->flags &= ~PF_WQ_WORKER; in rescuer_thread()4176 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()
1337 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); in copy_process()
230 if (p->flags & (PF_KTHREAD | PF_WQ_WORKER)) in thaw_kernel_threads()
991 if (current->flags & PF_WQ_WORKER) in wait_iff_congested()
2074 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
1709 if (p->flags & PF_WQ_WORKER) in ttwu_activate()3156 if (prev->flags & PF_WQ_WORKER) { in __schedule()