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