Searched refs:xc_push_wait (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c535 if (waitqueue_active(&log->l_cilp->xc_push_wait))
1165 if (waitqueue_active(&cil->xc_push_wait))
1166 wake_up_all(&cil->xc_push_wait);
1404 !waitqueue_active(&cil->xc_push_wait))) {
1436 xlog_wait(&cil->xc_push_wait, &cil->xc_push_lock);
1787 init_waitqueue_head(&cil->xc_push_wait);
H A Dxfs_log_priv.h285 wait_queue_head_t xc_push_wait; /* background push throttle */ member in struct:xfs_cil

Completed in 195 milliseconds