Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c759 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
1845 slab_alloc(mbuf_class_t class, int wait) in slab_alloc() function
2227 if ((*list = slab_alloc(class, wait)) != NULL) { in mbuf_slab_alloc()
3353 if ((o = slab_alloc(super_class, wait)) == NULL) {