Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf_mcache.c704 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
1245 slab_alloc(mbuf_class_t class, int wait) in slab_alloc() function
1626 if ((*list = slab_alloc(class, wait)) != NULL) { in mbuf_slab_alloc()
2743 if ((o = slab_alloc(super_class, wait)) == NULL) {