Searched refs:flush_wait (Results 1 – 2 of 2) sorted by relevance
363 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()367 prepare_to_wait(&pool->flush_wait, &wait, in rds_ib_flush_mr_pool()375 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()379 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()434 if (waitqueue_active(&pool->flush_wait)) in rds_ib_flush_mr_pool()435 wake_up(&pool->flush_wait); in rds_ib_flush_mr_pool()658 init_waitqueue_head(&pool->flush_wait); in rds_ib_create_mr_pool()
100 wait_queue_head_t flush_wait; member