Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c2490 mbuf_class_t cl_class; in cslab_free() local
2497 cl_class = MC_CL; in cslab_free()
2499 cl_class = MC_BIGCL; in cslab_free()
2502 cl_class = MC_16KCL; in cslab_free()
2524 size_t size = m_maxsize(cl_class); in cslab_free()
2525 mcache_audit_free_verify(mcl_audit_buf2mca(cl_class, in cslab_free()
2531 if (cl_class == MC_CL) { in cslab_free()
2538 if (cl_class == MC_16KCL) { in cslab_free()
2629 mbuf_class_t cl_class = 0; in mbuf_cslab_alloc() local
2690 cl_class = MC_CL; in mbuf_cslab_alloc()
[all …]