Lines Matching refs:allocators

3800 			&depot->allocators[depot->new_slab_count % depot->zone_count];  in allocate_slabs()
3837 return ((struct slab_depot *) context)->allocators[zone_number].thread_id; in get_allocator_thread_id()
3878 struct list_head *list = &depot->allocators[zone_number].dirty_slab_journals; in release_tail_block_locks()
3992 struct block_allocator *allocator = &depot->allocators[zone]; in initialize_block_allocator()
4228 struct block_allocator *allocator = &depot->allocators[zone]; in vdo_free_slab_depot()
4421 total += READ_ONCE(depot->allocators[zone].allocated_blocks); in vdo_get_slab_depot_allocated_blocks()
4574 vdo_start_loading(&depot->allocators[zone_number].state, in load_allocator()
4606 struct block_allocator *allocator = &depot->allocators[zone_number]; in prepare_to_allocate()
4723 struct block_allocator *allocator = &depot->allocators[zone_number]; in register_new_slabs()
4830 vdo_start_draining(&depot->allocators[zone_number].state, in drain_allocator()
4922 vdo_start_resuming(&depot->allocators[zone_number].state, in resume_allocator()
4968 scrub_slabs(&depot->allocators[zone_number], NULL); in scrub_all_unrecovered_slabs()
5001 const struct block_allocator *allocator = &depot->allocators[zone]; in get_block_allocator_statistics()
5028 READ_ONCE(depot->allocators[zone].ref_counts_statistics.blocks_written); in get_ref_counts_statistics()
5050 &depot->allocators[zone].slab_journal_statistics; in get_slab_journal_statistics()
5077 unrecovered += READ_ONCE(depot->allocators[zone].scrubber.slab_count); in vdo_get_slab_depot_statistics()