Searched refs:slab_alloc (Results 1 – 1 of 1) sorted by relevance
704 static mcache_obj_t *slab_alloc(mbuf_class_t, int);1245 slab_alloc(mbuf_class_t class, int wait) in slab_alloc() function1626 if ((*list = slab_alloc(class, wait)) != NULL) { in mbuf_slab_alloc()2743 if ((o = slab_alloc(super_class, wait)) == NULL) {