Searched refs:fullest_bin (Results 1 – 1 of 1) sorted by relevance
531 struct packer_bin *bin, *fullest_bin; in select_bin() local546 fullest_bin = list_first_entry(&packer->bins, struct packer_bin, list); in select_bin()548 (VDO_COMPRESSED_BLOCK_DATA_SIZE - fullest_bin->free_space)) in select_bin()555 return fullest_bin; in select_bin()