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