Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c3186 mbuf_class_t cl_class; in cslab_free() local
3193 cl_class = MC_CL; in cslab_free()
3195 cl_class = MC_BIGCL; in cslab_free()
3198 cl_class = MC_16KCL; in cslab_free()
3220 size_t size = m_maxsize(cl_class); in cslab_free()
3221 mcache_audit_free_verify(mcl_audit_buf2mca(cl_class, in cslab_free()
3227 if (cl_class == MC_CL) { in cslab_free()
3234 if (cl_class == MC_16KCL) { in cslab_free()
3325 mbuf_class_t cl_class = 0; in mbuf_cslab_alloc() local
3386 cl_class = MC_CL; in mbuf_cslab_alloc()
[all …]