Lines Matching refs:canceled
167 * The canceled bin can hold up to half the number of user vios. Every canceled vio in the
169 * canceled one lock holder at a time.
332 * remove_from_bin() - Get the next data_vio whose compression has not been canceled from a bin.
336 * Any canceled data_vios will be moved to the canceled bin.
596 * allowed to be compressed (if it has already been canceled, we'll fall out here). Once
599 * data_vio could attempt to remove the canceled data_vio from the packer and fail to
744 static void dump_packer_bin(const struct packer_bin *bin, bool canceled)
751 (canceled ? "Canceled" : ""), bin->slots_used, bin->free_space);