Home
last modified time | relevance | path

Searched refs:flush_wait (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/rds/
H A Dib_rdma.c359 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()
363 prepare_to_wait(&pool->flush_wait, &wait, in rds_ib_flush_mr_pool()
371 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()
375 finish_wait(&pool->flush_wait, &wait); in rds_ib_flush_mr_pool()
430 if (waitqueue_active(&pool->flush_wait)) in rds_ib_flush_mr_pool()
431 wake_up(&pool->flush_wait); in rds_ib_flush_mr_pool()
654 init_waitqueue_head(&pool->flush_wait); in rds_ib_create_mr_pool()
H A Dib_mr.h100 wait_queue_head_t flush_wait; member
/linux-6.15/fs/btrfs/
H A Dvolumes.h183 struct completion flush_wait; member
H A Ddisk-io.c3969 init_completion(&device->flush_wait); in write_dev_flush()
3970 bio->bi_private = &device->flush_wait; in write_dev_flush()
3986 wait_for_completion_io(&device->flush_wait); in wait_dev_flush()
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2833 int flush_wait = 0; in be_rx_cq_clean() local
2847 if (flush_wait++ > 50 || in be_rx_cq_clean()