Home
last modified time | relevance | path

Searched refs:xc_commit_wait (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_cil.c590 wake_up_all(&ctx->cil->xc_commit_wait); in xlog_cil_committed()
846 xlog_wait(&cil->xc_commit_wait, &cil->xc_push_lock); in xlog_cil_push_work()
875 wake_up_all(&cil->xc_commit_wait); in xlog_cil_push_work()
1126 xlog_wait(&cil->xc_commit_wait, &cil->xc_push_lock); in xlog_cil_force_seq()
1224 init_waitqueue_head(&cil->xc_commit_wait); in xlog_cil_init()
Dxfs_log_priv.h273 wait_queue_head_t xc_commit_wait; member
Dxfs_log.c3781 wake_up_all(&log->l_cilp->xc_commit_wait); in xfs_log_force_umount()