Searched refs:slab_count (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | slab-depot.c | 2617 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count + 1); in register_slab_for_scrubbing() 2824 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count - 1); in slab_scrubbed() 3088 allocator->slab_count++; in register_slab_with_allocator() 3566 result = vdo_allocate(allocator->slab_count, struct slab_status, __func__, in get_slab_statuses() 3596 allocator->slab_count * depot->slab_config.data_blocks); in vdo_prepare_slabs_for_allocation() 3604 .nr = allocator->slab_count, in vdo_prepare_slabs_for_allocation() 3605 .size = allocator->slab_count, in vdo_prepare_slabs_for_allocation() 3717 READ_ONCE(scrubber->slab_count), in vdo_dump_block_allocator() 3853 static int allocate_slabs(struct slab_depot *depot, slab_count_t slab_count) in allocate_slabs() argument 3860 result = vdo_allocate(slab_count, struct vdo_slab *, in allocate_slabs() [all …]
|
| H A D | slab-depot.h | 293 slab_count_t slab_count; member 389 slab_count_t slab_count; member 488 slab_count_t slab_count; member
|
| H A D | statistics.h | 17 u64 slab_count; member
|
| H A D | message-stats.c | 88 write_u64("slabCount : ", stats->slab_count, ", ", buf, maxlen); in write_block_allocator_statistics()
|