Home
last modified time | relevance | path

Searched refs:get_data_vio_pool_maximum_requests (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Ddump.c63 maximum = get_data_vio_pool_maximum_requests(vdo->data_vio_pool); in do_dump()
H A Ddata-vio.h341 data_vio_count_t get_data_vio_pool_maximum_requests(struct data_vio_pool *pool);
H A Dvdo.c1543 stats->max_vios = get_data_vio_pool_maximum_requests(vdo->data_vio_pool); in get_vdo_statistics()
H A Ddata-vio.c1088 data_vio_count_t get_data_vio_pool_maximum_requests(struct data_vio_pool *pool) in get_data_vio_pool_maximum_requests() function