Symbol: data_vio_count_t
drivers/md/dm-vdo/block-map.h
241
data_vio_count_t active_lookups;
drivers/md/dm-vdo/data-vio.c
1079
data_vio_count_t get_data_vio_pool_active_requests(struct data_vio_pool *pool)
drivers/md/dm-vdo/data-vio.c
1084
data_vio_count_t get_data_vio_pool_request_limit(struct data_vio_pool *pool)
drivers/md/dm-vdo/data-vio.c
1089
data_vio_count_t get_data_vio_pool_maximum_requests(struct data_vio_pool *pool)
drivers/md/dm-vdo/data-vio.c
132
data_vio_count_t limit;
drivers/md/dm-vdo/data-vio.c
134
data_vio_count_t busy;
drivers/md/dm-vdo/data-vio.c
136
data_vio_count_t max_busy;
drivers/md/dm-vdo/data-vio.c
138
data_vio_count_t release_count;
drivers/md/dm-vdo/data-vio.c
140
data_vio_count_t wake_count;
drivers/md/dm-vdo/data-vio.c
622
data_vio_count_t available = limiter->limit - limiter->busy;
drivers/md/dm-vdo/data-vio.c
697
data_vio_count_t processed;
drivers/md/dm-vdo/data-vio.c
698
data_vio_count_t to_wake;
drivers/md/dm-vdo/data-vio.c
699
data_vio_count_t discards_to_wake;
drivers/md/dm-vdo/data-vio.c
765
assigner_fn assigner, data_vio_count_t limit)
drivers/md/dm-vdo/data-vio.c
838
int make_data_vio_pool(struct vdo *vdo, data_vio_count_t pool_size,
drivers/md/dm-vdo/data-vio.c
839
data_vio_count_t discard_limit, struct data_vio_pool **pool_ptr)
drivers/md/dm-vdo/data-vio.c
843
data_vio_count_t i;
drivers/md/dm-vdo/data-vio.h
331
int make_data_vio_pool(struct vdo *vdo, data_vio_count_t pool_size,
drivers/md/dm-vdo/data-vio.h
332
data_vio_count_t discard_limit, struct data_vio_pool **pool_ptr);
drivers/md/dm-vdo/data-vio.h
339
data_vio_count_t get_data_vio_pool_active_requests(struct data_vio_pool *pool);
drivers/md/dm-vdo/data-vio.h
340
data_vio_count_t get_data_vio_pool_request_limit(struct data_vio_pool *pool);
drivers/md/dm-vdo/data-vio.h
341
data_vio_count_t get_data_vio_pool_maximum_requests(struct data_vio_pool *pool);
drivers/md/dm-vdo/dedupe.c
2258
data_vio_count_t recycled = 0;
drivers/md/dm-vdo/dedupe.c
232
data_vio_count_t reference_count;
drivers/md/dm-vdo/dedupe.c
235
data_vio_count_t max_references;
drivers/md/dm-vdo/dedupe.c
2353
data_vio_count_t i;
drivers/md/dm-vdo/dedupe.c
2776
data_vio_count_t i;
drivers/md/dm-vdo/physical-zone.h
32
data_vio_count_t holder_count;
drivers/md/dm-vdo/recovery-journal.h
157
data_vio_count_t pending_decrement_count;
drivers/md/dm-vdo/repair.c
64
data_vio_count_t vio_count;
drivers/md/dm-vdo/repair.c
65
data_vio_count_t vios_complete;