Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue_internal.h62 if (current->flags & PF_WQ_WORKER) in current_wq_worker()
Dworkqueue.c2151 worker->task->flags |= PF_WQ_WORKER; in worker_thread()
2159 worker->task->flags &= ~PF_WQ_WORKER; in worker_thread()
2260 rescuer->task->flags |= PF_WQ_WORKER; in rescuer_thread()
2348 rescuer->task->flags &= ~PF_WQ_WORKER; in rescuer_thread()
4176 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()
Dfork.c1337 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); in copy_process()
/linux-4.4.14/kernel/power/
Dprocess.c230 if (p->flags & (PF_KTHREAD | PF_WQ_WORKER)) in thaw_kernel_threads()
/linux-4.4.14/mm/
Dbacking-dev.c991 if (current->flags & PF_WQ_WORKER) in wait_iff_congested()
/linux-4.4.14/include/linux/
Dsched.h2074 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/linux-4.4.14/kernel/sched/
Dcore.c1709 if (p->flags & PF_WQ_WORKER) in ttwu_activate()
3156 if (prev->flags & PF_WQ_WORKER) { in __schedule()