Lines Matching refs:MC_MBUF_CL

123  * MC_MBUF_CL:
335 MC_MBUF_CL, /* mbuf + cluster */
598 { MC_MBUF_CL, NULL, { NULL, NULL }, NULL, NULL, 0, 0, 0, 0 },
704 * mbuf + cluster caches, i.e. MC_MBUF_CL and MC_MBUF_BIGCL. mbufs that
981 sp->mbcl_ctotal -= (m_total(MC_MBUF_CL) +
987 sp->mbcl_ctotal -= m_total(MC_MBUF_CL);
1217 m_minlimit(MC_MBUF_CL) = 0;
1218 m_maxlimit(MC_MBUF_CL) = m_maxlimit(MC_CL);
1219 m_maxsize(MC_MBUF_CL) = MCLBYTES;
1220 m_size(MC_MBUF_CL) = m_size(MC_MBUF) + m_size(MC_CL);
1221 (void) snprintf(m_cname(MC_MBUF_CL), MAX_MBUF_CNAME, "mbuf_cl");
1503 if (m_class(m) == MC_MBUF_CL || m_class(m) == MC_MBUF_BIGCL ||
1648 mbstat.m_clfree = (--m_infree(MC_CL)) + m_infree(MC_MBUF_CL);
1809 mbstat.m_clfree = (++m_infree(MC_CL)) + m_infree(MC_MBUF_CL);
2132 if (class == MC_MBUF_CL) {
2184 if (class == MC_MBUF_CL) {
2271 if (class == MC_MBUF_CL)
2367 if (class == MC_MBUF_CL) {
2441 if (class == MC_MBUF_CL)
2567 if (class == MC_MBUF_CL)
2584 if (class == MC_MBUF_CL)
2971 m_infree(MC_CL) + m_infree(MC_MBUF_CL);
3019 return (!mcache_bkt_isempty(m_cache(MC_MBUF_CL)) ||
3025 return (!mcache_bkt_isempty(m_cache(MC_MBUF_CL)));
3038 case MC_MBUF_CL:
3070 case MC_MBUF_CL:
3111 m_wantpurge(MC_MBUF_CL)++;
3120 m_wantpurge(MC_MBUF_CL)++;
3126 m_wantpurge(MC_MBUF_CL)++;
3308 mcache_free(m_cache(MC_MBUF_CL), m);
3379 mcache_free(m_cache(MC_MBUF_CL), m);
3421 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags);
3668 cp = m_cache(MC_MBUF_CL);
3897 * cache (either MC_MBUF_CL or MC_MBUF_BIGCL). For space efficiency,
3898 * the last composite element will come from the MC_MBUF_CL cache,
3936 rcp = m_cache(MC_MBUF_CL);
3956 cp = m_cache(MC_MBUF_CL);
4286 mcache_free_ext(m_cache(MC_MBUF_CL), m_mcl_list);
5866 mcache_waiter_inc(m_cache(MC_MBUF_CL));
5872 mcache_waiter_inc(m_cache(MC_MBUF_CL));
5887 mcache_waiter_dec(m_cache(MC_MBUF_CL));
5893 mcache_waiter_dec(m_cache(MC_MBUF_CL));
6774 } else if (m_class(i) == MC_MBUF_CL) {