Searched refs:cslab_free (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 976 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int); 3177 cslab_free(mbuf_class_t class, mcache_obj_t *list, int purged) in cslab_free() function 3533 num = cslab_free(class, list, purged); in mbuf_cslab_free() 4252 (void) cslab_free(class, top, 1); 9853 num = cslab_free(mc, obj, 1);
|