Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Duipc_mbuf.c3192 mbuf_class_t cl_class; in cslab_free() local
3199 cl_class = MC_CL; in cslab_free()
3201 cl_class = MC_BIGCL; in cslab_free()
3204 cl_class = MC_16KCL; in cslab_free()
3233 if (cl_class == MC_CL) { in cslab_free()
3392 cl_class = MC_CL; in mbuf_cslab_alloc()
3394 cl_class = MC_BIGCL; in mbuf_cslab_alloc()
3397 cl_class = MC_16KCL; in mbuf_cslab_alloc()
3576 cl_class = MC_CL; in mbuf_cslab_audit()
3578 cl_class = MC_BIGCL; in mbuf_cslab_audit()
[all …]