Searched refs:PF_WQ_WORKER (Results 1 – 8 of 8) sorted by relevance
63 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
2220 current->flags |= PF_WQ_WORKER; in set_pf_worker()2222 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()4404 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()4618 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
1754 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE); in copy_process()
238 if (p->flags & (PF_KTHREAD | PF_WQ_WORKER)) in thaw_kernel_threads()
106 if (p->flags & PF_WQ_WORKER) in proc_task_name()
1373 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
1642 if (p->flags & PF_WQ_WORKER) in ttwu_activate()3436 if (prev->flags & PF_WQ_WORKER) { in __schedule()
3997 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()