Searched refs:mclass (Results 1 – 2 of 2) sorted by relevance
935 int mclass = mbuf_get_class(m); in mbuf_class_under_pressure() local937 …if (m_total(mclass) - m_infree(mclass) >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 1… in mbuf_class_under_pressure()949 mcache_t *cp = m_cache(mclass); in mbuf_class_under_pressure()971 …if (m_total(mclass) - m_infree(mclass) - cached >= (m_maxlimit(mclass) * mb_memory_pressure_percen… in mbuf_class_under_pressure()974 __func__, mclass, m_total(mclass), m_infree(mclass), cached, m_maxlimit(mclass)); in mbuf_class_under_pressure()
1281 int mclass; in mbuf_class_under_pressure() local1287 mclass = mbuf_get_class(m); in mbuf_class_under_pressure()1293 zid = m_class_to_zid(m_class(mclass)); in mbuf_class_under_pressure()1297 …if (stats.zbs_avail - stats.zbs_free >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 100… in mbuf_class_under_pressure()1300 __func__, mclass, stats.zbs_avail, stats.zbs_free, m_maxlimit(mclass)); in mbuf_class_under_pressure()