Home
last modified time | relevance | path

Searched refs:allocated_blocks (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/
A Dslab-depot.h409 u64 allocated_blocks; member
A Dslab-depot.c1389 WRITE_ONCE(allocator->allocated_blocks, in adjust_free_block_count()
1390 allocator->allocated_blocks + (incremented ? -1 : 1)); in adjust_free_block_count()
2577 WRITE_ONCE(allocator->allocated_blocks, in queue_slab()
2578 allocator->allocated_blocks - free_blocks); in queue_slab()
3517 WRITE_ONCE(allocator->allocated_blocks, in vdo_prepare_slabs_for_allocation()
4421 total += READ_ONCE(depot->allocators[zone].allocated_blocks); in vdo_get_slab_depot_allocated_blocks()

Completed in 17 milliseconds