Searched refs:slab_alloc (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c641 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
1583 slab_alloc(mbuf_class_t class, int wait) function
1932 if ((*list = slab_alloc(class, wait)) != NULL) {
2905 if ((o = slab_alloc(MC_BIGCL, wait)) == NULL)

Completed in 69 milliseconds