Lines Matching refs:zone_number
344 (VDO_SLAB_SUMMARY_BLOCKS_PER_ZONE * allocator->zone_number) +
593 zone_count_t zone_number = journal->slab->allocator->zone_number;
599 zone_number);
1708 zone_count_t zone_number = journal->slab->allocator->zone_number;
1713 zone_number);
3111 allocator->zone_number,
3650 vdo_log_info("block_allocator zone %u", allocator->zone_number);
3902 static thread_id_t get_allocator_thread_id(void *context, zone_count_t zone_number)
3904 return ((struct slab_depot *) context)->allocators[zone_number].thread_id;
3940 static void release_tail_block_locks(void *context, zone_count_t zone_number,
3945 struct list_head *list = &depot->allocators[zone_number].dirty_slab_journals;
4067 .zone_number = zone,
4650 static void load_allocator(void *context, zone_count_t zone_number,
4655 vdo_start_loading(&depot->allocators[zone_number].state,
4683 static void prepare_to_allocate(void *context, zone_count_t zone_number,
4687 struct block_allocator *allocator = &depot->allocators[zone_number];
4800 static void register_new_slabs(void *context, zone_count_t zone_number,
4804 struct block_allocator *allocator = &depot->allocators[zone_number];
4905 static void drain_allocator(void *context, zone_count_t zone_number,
4910 vdo_start_draining(&depot->allocators[zone_number].state,
4997 static void resume_allocator(void *context, zone_count_t zone_number,
5002 vdo_start_resuming(&depot->allocators[zone_number].state,
5043 static void scrub_all_unrecovered_slabs(void *context, zone_count_t zone_number,
5048 scrub_slabs(&depot->allocators[zone_number], NULL);