Searched refs:zbs_free (Results 1 – 3 of 3) sorted by relevance
1902 uint64_t zbs_free; member
9156 stats->zbs_free = zone_count_free(zone) + stats->zbs_cached; in zone_get_stats()9162 if (os_sub_overflow(stats->zbs_avail, stats->zbs_free, in zone_get_stats()9164 stats->zbs_avail = stats->zbs_free; in zone_get_stats()
1490 sp->mbcl_infree = stats.zbs_free - stats.zbs_cached; in mbuf_stat_sync()2151 …if (stats.zbs_avail - stats.zbs_free >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 100… in mbuf_class_under_pressure()2154 __func__, mclass, stats.zbs_avail, stats.zbs_free, m_maxlimit(mclass)); in mbuf_class_under_pressure()