Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dworkqueue_internal.h69 if (in_task() && (current->flags & PF_WQ_WORKER)) in current_wq_worker()
H A Dworkqueue.c3327 current->flags |= PF_WQ_WORKER; in set_pf_worker()
3329 current->flags &= ~PF_WQ_WORKER; in set_pf_worker()
6133 if (!(task->flags & PF_WQ_WORKER)) in print_worker_info()
6450 if (task->flags & PF_WQ_WORKER) { in wq_worker_comm()
H A Dfork.c2316 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h30 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/linux-6.15/fs/proc/
H A Darray.c107 if (p->flags & PF_WQ_WORKER) in proc_task_name()
/linux-6.15/fs/nfs/
H A Dinternal.h675 if (current->flags & PF_WQ_WORKER) in nfs_io_gfp_mask()
/linux-6.15/net/sunrpc/
H A Dsched.c62 if (current->flags & PF_WQ_WORKER) in rpc_task_gfp_mask()
H A Dxprtsock.c1262 if (!(current->flags & PF_WQ_WORKER)) { in xs_reset_transport()
/linux-6.15/include/linux/
H A Dsched.h1720 #define PF_WQ_WORKER 0x00000020 /* I'm a workqueue worker */ macro
/linux-6.15/kernel/sched/
H A Dpsi.c964 if (unlikely((prev->flags & PF_WQ_WORKER) && in psi_task_switch()
H A Dcore.c5676 if (donor->flags & PF_WQ_WORKER) in sched_tick()
6808 if (task_flags & PF_WQ_WORKER) in sched_submit_work()
6831 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) { in sched_update_worker()
6834 if (tsk->flags & PF_WQ_WORKER) in sched_update_worker()
/linux-6.15/mm/
H A Dpage_alloc.c4376 if (current->flags & PF_WQ_WORKER) in should_reclaim_retry()