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

/linux-4.1.27/kernel/
H A Dworkqueue_internal.h62 if (current->flags & PF_WQ_WORKER) current_wq_worker()
H A Dworkqueue.c2158 worker->task->flags |= PF_WQ_WORKER; worker_thread()
2166 worker->task->flags &= ~PF_WQ_WORKER; worker_thread()
2267 rescuer->task->flags |= PF_WQ_WORKER; rescuer_thread()
2355 rescuer->task->flags &= ~PF_WQ_WORKER; rescuer_thread()
4196 if (!(task->flags & PF_WQ_WORKER)) print_worker_info()
H A Dfork.c1332 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); copy_process()
/linux-4.1.27/kernel/power/
H A Dprocess.c230 if (p->flags & (PF_KTHREAD | PF_WQ_WORKER)) for_each_process_thread()
/linux-4.1.27/include/linux/
H A Dsched.h1969 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/linux-4.1.27/kernel/sched/
H A Dcore.c1454 if (p->flags & PF_WQ_WORKER) ttwu_activate()
2781 if (prev->flags & PF_WQ_WORKER) { __schedule()

Completed in 378 milliseconds