Searched refs:slabs_reopened (Results 1 – 3 of 3) sorted by relevance
21 u64 slabs_reopened; member
92 write_u64("slabsReopened : ", stats->slabs_reopened, ", ", buf, maxlen); in write_block_allocator_statistics()
3172 WRITE_ONCE(slab->allocator->statistics.slabs_reopened, in open_slab()3173 slab->allocator->statistics.slabs_reopened + 1); in open_slab()5006 totals.slabs_reopened += READ_ONCE(stats->slabs_reopened); in get_block_allocator_statistics()
Completed in 15 milliseconds