Searched refs:mclass (Results 1 – 1 of 1) sorted by relevance
2090 int mclass = mbuf_get_class(m); in mbuf_class_under_pressure() local2093 …if (m_total(mclass) - m_infree(mclass) >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 1… in mbuf_class_under_pressure()2105 mcache_t *cp = m_cache(mclass); in mbuf_class_under_pressure()2127 …if (m_total(mclass) - m_infree(mclass) - cached >= (m_maxlimit(mclass) * mb_memory_pressure_percen… in mbuf_class_under_pressure()2130 __func__, mclass, m_total(mclass), m_infree(mclass), cached, m_maxlimit(mclass)); in mbuf_class_under_pressure()2139 const zone_id_t zid = m_class_to_zid(m_class(mclass)); in mbuf_class_under_pressure()2144 …if (stats.zbs_avail - stats.zbs_free >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 100… in mbuf_class_under_pressure()2147 __func__, mclass, stats.zbs_avail, stats.zbs_free, m_maxlimit(mclass)); in mbuf_class_under_pressure()