Searched refs:xc_push_wait (Results 1 – 2 of 2) sorted by relevance
892 if (waitqueue_active(&cil->xc_push_wait)) in xlog_cil_push_work()893 wake_up_all(&cil->xc_push_wait); in xlog_cil_push_work()1176 waitqueue_active(&cil->xc_push_wait)) { in xlog_cil_push_background()1179 xlog_wait(&cil->xc_push_wait, &cil->xc_push_lock); in xlog_cil_push_background()1487 init_waitqueue_head(&cil->xc_push_wait); in xlog_cil_init()
287 wait_queue_head_t xc_push_wait; /* background push throttle */ member