Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue_internal.h67 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
H A Dworkqueue.c2376 current->flags |= PF_WQ_WORKER; in set_pf_worker()
2378 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()
4676 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()
4891 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
H A Dfork.c2053 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE); in copy_process()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dprocess.c247 if (p->flags & (PF_KTHREAD | PF_WQ_WORKER)) in thaw_kernel_threads()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dinternal.h593 if (current->flags & PF_WQ_WORKER) in nfs_io_gfp_mask()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c105 if (p->flags & PF_WQ_WORKER) in proc_task_name()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c858 (task->flags & PF_WQ_WORKER) && in psi_task_change()
H A Dcore.c4845 if (task_flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_submit_work()
4847 if (task_flags & PF_WQ_WORKER) in sched_submit_work()
4867 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER)) { in sched_update_worker()
4868 if (tsk->flags & PF_WQ_WORKER) in sched_update_worker()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1568 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprt.c1633 if (current->flags & PF_WQ_WORKER) in xprt_dynamic_alloc_slot()
H A Dxprtsock.c1199 if (!(current->flags & PF_WQ_WORKER)) { in xs_reset_transport()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c4774 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()