Home
last modified time | relevance | path

Searched refs:slabs_opened (Results 1 – 3 of 3) sorted by relevance

/drivers/md/dm-vdo/
A Dstatistics.h19 u64 slabs_opened; member
A Dslab-depot.c2655 WRITE_ONCE(allocator->statistics.slabs_opened, in queue_slab()
2656 allocator->statistics.slabs_opened + 1); in queue_slab()
3244 WRITE_ONCE(slab->allocator->statistics.slabs_opened, in open_slab()
3245 slab->allocator->statistics.slabs_opened + 1); in open_slab()
5085 totals.slabs_opened += READ_ONCE(stats->slabs_opened); in get_block_allocator_statistics()
A Dmessage-stats.c90 write_u64("slabsOpened : ", stats->slabs_opened, ", ", buf, maxlen); in write_block_allocator_statistics()

Completed in 16 milliseconds