Searched refs:m_total (Results 1 – 1 of 1) sorted by relevance
643 #define m_total(c) mbuf_table[c].mtbl_stats->mbcl_total macro1145 sp->mbcl_ctotal -= (m_total(MC_MBUF_CL) + in mbuf_stat_sync()1146 m_total(MC_MBUF_BIGCL)); in mbuf_stat_sync()1151 sp->mbcl_ctotal -= m_total(MC_MBUF_CL); in mbuf_stat_sync()1156 sp->mbcl_ctotal -= m_total(MC_MBUF_BIGCL); in mbuf_stat_sync()1161 sp->mbcl_ctotal -= m_total(MC_MBUF_16KCL); in mbuf_stat_sync()1465 …if (m_total(mclass) - m_infree(mclass) >= (m_maxlimit(mclass) * mb_memory_pressure_percentage) / 1… in mbuf_class_under_pressure()1500 …if (m_total(mclass) - m_infree(mclass) - cached >= (m_maxlimit(mclass) * mb_memory_pressure_percen… in mbuf_class_under_pressure()1503 __func__, mclass, m_total(mclass), m_infree(mclass), cached, m_maxlimit(mclass)); in mbuf_class_under_pressure()1743 VERIFY(m_total(MC_BIGCL) == 0 && m_minlimit(MC_BIGCL) != 0); in mbinit()[all …]