Searched refs:flush_wait (Results 1 – 4 of 4) sorted by relevance
78 wait_queue_head_t flush_wait; member252 init_waitqueue_head(&pool->flush_wait); in rds_ib_create_mr_pool()649 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()653 prepare_to_wait(&pool->flush_wait, &wait, in rds_ib_flush_mr_pool()661 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()665 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()743 if (waitqueue_active(&pool->flush_wait)) in rds_ib_flush_mr_pool()744 wake_up(&pool->flush_wait); in rds_ib_flush_mr_pool()
129 struct completion flush_wait; member
3423 wait_for_completion(&device->flush_wait); in write_dev_flush()3449 init_completion(&device->flush_wait); in write_dev_flush()3450 bio->bi_private = &device->flush_wait; in write_dev_flush()
2481 int flush_wait = 0; in be_rx_cq_clean() local2495 if (flush_wait++ > 50 || in be_rx_cq_clean()