Searched refs:free_block_count (Results 1 – 3 of 3) sorted by relevance
156 total_free_blocks += msb->free_block_count[i]; in msb_validate_used_block_bitmap()184 msb->free_block_count[zone]--; in msb_mark_block_used()203 msb->free_block_count[zone]++; in msb_mark_block_unused()1088 if (!msb->free_block_count[zone]) { in msb_get_free_block()1094 pos %= msb->free_block_count[zone]; in msb_get_free_block()1097 msb->free_block_count[zone], pos); in msb_get_free_block()1359 msb->free_block_count[i] = MS_BLOCKS_IN_ZONE; in msb_ftl_initialize()
180 int free_block_count[MS_MAX_ZONES]; member
623 block_count_t free_block_count; in update_tail_block_location() local636 free_block_count = ((block_count_t) hint) << slab->allocator->depot->hint_shift; in update_tail_block_location()638 free_block_count = slab->free_blocks; in update_tail_block_location()652 (journal->head > 1), false, free_block_count); in update_tail_block_location()
Completed in 19 milliseconds