Home
last modified time | relevance | path

Searched refs:PF_WQ_WORKER (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/kernel/
H A Dworkqueue_internal.h69 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
H A Dworkqueue.c2719 current->flags |= PF_WQ_WORKER; in set_pf_worker()
2721 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()
5073 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()
5381 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
H A Dfork.c2382 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
/openbmc/linux/fs/proc/
H A Darray.c107 if (p->flags & PF_WQ_WORKER) in proc_task_name()
/openbmc/linux/fs/nfs/
H A Dinternal.h616 if (current->flags & PF_WQ_WORKER) in nfs_io_gfp_mask()
/openbmc/linux/net/sunrpc/
H A Dsched.c62 if (current->flags & PF_WQ_WORKER) in rpc_task_gfp_mask()
H A Dxprtsock.c1250 if (!(current->flags & PF_WQ_WORKER)) { in xs_reset_transport()
/openbmc/linux/kernel/sched/
H A Dpsi.c975 if (unlikely((prev->flags & PF_WQ_WORKER) && in psi_task_switch()
H A Dcore.c5672 if (curr->flags & PF_WQ_WORKER) in scheduler_tick()
6735 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()
6736 if (task_flags & PF_WQ_WORKER) in sched_submit_work()
6758 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()
6759 if (tsk->flags & PF_WQ_WORKER) in sched_update_worker()
/openbmc/linux/include/linux/
H A Dsched.h1738 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/openbmc/linux/mm/
H A Dpage_alloc.c3873 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()