Searched refs:PF_WQ_WORKER (Results 1 – 9 of 9) sorted by relevance
67 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
2339 current->flags |= PF_WQ_WORKER; in set_pf_worker()2341 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()4581 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()4795 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
1898 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()
775 (task->flags & PF_WQ_WORKER) && in psi_task_change()
4115 if (tsk->flags & PF_WQ_WORKER) { in sched_submit_work()4134 if (tsk->flags & PF_WQ_WORKER) in sched_update_worker()
1447 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
4360 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()