Home
last modified time | relevance | path

Searched refs:zbs_free (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/osfmk/kern/
H A Dzalloc.h1902 uint64_t zbs_free; member
H A Dzalloc.c9156 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()
/xnu-10063.101.15/bsd/kern/
H A Duipc_mbuf.c1490 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()