Searched refs:PF_WQ_WORKER (Results 1 – 12 of 12) sorted by relevance
61 current->flags &= ~PF_WQ_WORKER; in stall_work1_fn()68 current->flags |= PF_WQ_WORKER; in stall_work1_fn()
70 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
3487 current->flags |= PF_WQ_WORKER; in set_pf_worker()3489 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()6446 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()6765 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
2196 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
33 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
701 if ((current->flags & PF_WQ_WORKER) && ret == GFP_KERNEL) in nfs_io_gfp_mask()
62 if (current->flags & PF_WQ_WORKER) in rpc_task_gfp_mask()
1282 if (!(current->flags & PF_WQ_WORKER)) { in xs_reset_transport()
5824 if (curr->flags & PF_WQ_WORKER) in sched_tick()7326 if (task_flags & PF_WQ_WORKER) in sched_submit_work()7349 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()7350 if (tsk->flags & PF_WQ_WORKER) in sched_update_worker()7660 lockdep_assert(!(current->flags & (PF_WQ_WORKER | PF_IO_WORKER))); in rt_mutex_futex_pre_schedule()
977 if (unlikely((prev->flags & PF_WQ_WORKER) && in psi_task_switch()
1800 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
4704 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()