Searched refs:zbs_free (Results 1 – 3 of 3) sorted by relevance
1884 uint64_t zbs_free; member
9113 stats->zbs_free = zone_count_free(zone) + stats->zbs_cached; in zone_get_stats()9119 if (os_sub_overflow(stats->zbs_avail, stats->zbs_free, in zone_get_stats()9121 stats->zbs_avail = stats->zbs_free; in zone_get_stats()
1493 sp->mbcl_infree = stats.zbs_free - stats.zbs_cached; in mbuf_stat_sync()2153 …if (stats.zbs_avail - stats.zbs_free >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 100… in mbuf_class_under_pressure()2156 __func__, mclass, stats.zbs_avail, stats.zbs_free, m_maxlimit(mclass)); in mbuf_class_under_pressure()