Searched refs:PF_WQ_WORKER (Results 1 – 6 of 6) sorted by relevance
62 if (current->flags & PF_WQ_WORKER) in current_wq_worker()
2158 worker->task->flags |= PF_WQ_WORKER; in worker_thread()2166 worker->task->flags &= ~PF_WQ_WORKER; in worker_thread()2267 rescuer->task->flags |= PF_WQ_WORKER; in rescuer_thread()2355 rescuer->task->flags &= ~PF_WQ_WORKER; in rescuer_thread()4196 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()
1332 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); in copy_process()
230 if (p->flags & (PF_KTHREAD | PF_WQ_WORKER)) in thaw_kernel_threads()
1969 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
1454 if (p->flags & PF_WQ_WORKER) in ttwu_activate()2781 if (prev->flags & PF_WQ_WORKER) { in __schedule()