Searched refs:discardable_bytes (Results 1 – 2 of 2) sorted by relevance
462 size_t discardable_bytes = 0; in PartitionPurgePage() local467 discardable_bytes = bucket->slot_size - used_bytes; in PartitionPurgePage()468 if (discardable_bytes && discard) { in PartitionPurgePage()472 DiscardSystemPages(ptr, discardable_bytes); in PartitionPurgePage()474 return discardable_bytes; in PartitionPurgePage()532 discardable_bytes += unprovisioned_bytes; in PartitionPurgePage()594 discardable_bytes += partial_slot_bytes; in PartitionPurgePage()599 return discardable_bytes; in PartitionPurgePage()644 stats_out->discardable_bytes += PartitionPurgePage(page, false); in PartitionDumpPageStats()753 stats.total_discardable_bytes += bucket_stats[i].discardable_bytes; in DumpStats()[all …]
200 uint32_t discardable_bytes; // Total bytes that could be discarded. member