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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c338 } mbuf_class_t; typedef in typeref:enum:__anon132
546 mbuf_class_t mtbl_class; /* class type */
641 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
642 static void slab_free(mbuf_class_t, mcache_obj_t *);
648 static unsigned int cslab_alloc(mbuf_class_t, mcache_obj_t ***,
650 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int);
655 static int freelist_populate(mbuf_class_t, unsigned int, int);
656 static void freelist_init(mbuf_class_t);
657 static boolean_t mbuf_cached_above(mbuf_class_t, int);
658 static boolean_t mbuf_steal(mbuf_class_t, unsigne
[all...]

Completed in 9 milliseconds