Searched refs:cslab_free (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 713 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int); 1879 cslab_free(mbuf_class_t class, mcache_obj_t *list, int purged) in cslab_free() function 2231 num = cslab_free(class, list, purged); in mbuf_cslab_free() 2942 (void) cslab_free(class, top, 1); 5949 num = cslab_free(mc, obj, 1);
|