Searched refs:push_work (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_log_cil.c | 109 INIT_WORK(&ctx->push_work, xlog_cil_push_work); in xlog_cil_ctx_alloc() 1180 container_of(work, struct xfs_cil_ctx, push_work); in xlog_cil_push_work() 1456 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background() 1545 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
|
D | xfs_log_priv.h | 232 struct work_struct push_work; member
|
/linux-6.1.9/kernel/sched/ |
D | rt.c | 2107 push_task, &rq->push_work); in push_rt_task() 2446 push_task, &src_rq->push_work); in pull_rt_task()
|
D | sched.h | 1134 struct cpu_stop_work push_work; member
|
D | deadline.c | 2462 push_task, &src_rq->push_work); in pull_dl_task()
|
D | core.c | 2750 p, &rq->push_work); in affine_move_task() 9202 static DEFINE_PER_CPU(struct cpu_stop_work, push_work); 9262 this_cpu_ptr(&push_work)); in balance_push()
|