Searched refs:PF_WQ_WORKER (Results 1 – 11 of 11) sorted by relevance
68 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
2360 current->flags |= PF_WQ_WORKER; in set_pf_worker()2362 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()4677 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()4925 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
2135 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
106 if (p->flags & PF_WQ_WORKER) in proc_task_name()
602 if (current->flags & PF_WQ_WORKER) in nfs_io_gfp_mask()
62 if (current->flags & PF_WQ_WORKER) in rpc_task_gfp_mask()
1193 if (!(current->flags & PF_WQ_WORKER)) { in xs_reset_transport()
886 if (unlikely((prev->flags & PF_WQ_WORKER) && in psi_task_switch()
6559 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()6560 if (task_flags & PF_WQ_WORKER) in sched_submit_work()6582 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()6583 if (tsk->flags & PF_WQ_WORKER) in sched_update_worker()
1723 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
4982 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()