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

/linux-master/kernel/
H A Dworkqueue_internal.h69 if (in_task() && (current->flags & PF_WQ_WORKER))
H A Dworkqueue.c3343 current->flags |= PF_WQ_WORKER;
3345 current->flags &= ~PF_WQ_WORKER;
5948 if (!(task->flags & PF_WQ_WORKER))
6269 /* stabilize PF_WQ_WORKER and worker pool association */
6272 if (task->flags & PF_WQ_WORKER) {
H A Dfork.c2276 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY);
/linux-master/net/sunrpc/
H A Dsched.c62 if (current->flags & PF_WQ_WORKER)
H A Dxprtsock.c1262 if (!(current->flags & PF_WQ_WORKER)) {
/linux-master/fs/proc/
H A Darray.c107 if (p->flags & PF_WQ_WORKER)
/linux-master/include/linux/
H A Dsched.h1623 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/linux-master/fs/nfs/
H A Dinternal.h616 if (current->flags & PF_WQ_WORKER)
/linux-master/kernel/sched/
H A Dpsi.c965 if (unlikely((prev->flags & PF_WQ_WORKER) &&
H A Dcore.c5698 if (curr->flags & PF_WQ_WORKER)
6786 if (task_flags & PF_WQ_WORKER)
6809 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) {
6812 if (tsk->flags & PF_WQ_WORKER)
/linux-master/mm/
H A Dpage_alloc.c4000 if (current->flags & PF_WQ_WORKER)

Completed in 467 milliseconds