Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c3200 mbuf_class_t cl_class; in cslab_free() local
3207 cl_class = MC_CL; in cslab_free()
3209 cl_class = MC_BIGCL; in cslab_free()
3212 cl_class = MC_16KCL; in cslab_free()
3234 size_t size = m_maxsize(cl_class); in cslab_free()
3235 mcache_audit_free_verify(mcl_audit_buf2mca(cl_class, in cslab_free()
3241 if (cl_class == MC_CL) { in cslab_free()
3248 if (cl_class == MC_16KCL) { in cslab_free()
3339 mbuf_class_t cl_class = 0; in mbuf_cslab_alloc() local
3400 cl_class = MC_CL; in mbuf_cslab_alloc()
[all …]