Home
last modified time | relevance | path

Searched refs:flush_wait (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dib_rdma.c363 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()
H A Dib_mr.h100 wait_queue_head_t flush_wait; member
/kernel/linux/linux-6.6/net/rds/
H A Dib_rdma.c363 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()
H A Dib_mr.h100 wait_queue_head_t flush_wait; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.h117 struct completion flush_wait; member
H A Ddisk-io.c3766 init_completion(&device->flush_wait); in write_dev_flush()
3767 bio->bi_private = &device->flush_wait; in write_dev_flush()
3784 wait_for_completion_io(&device->flush_wait); in wait_dev_flush()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.h151 struct completion flush_wait; member
H A Ddisk-io.c3948 init_completion(&device->flush_wait); in write_dev_flush()
3949 bio->bi_private = &device->flush_wait; in write_dev_flush()
3967 wait_for_completion_io(&device->flush_wait); in wait_dev_flush()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2832 int flush_wait = 0; in be_rx_cq_clean() local
2846 if (flush_wait++ > 50 || in be_rx_cq_clean()
/kernel/linux/linux-6.6/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()

Completed in 30 milliseconds