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

/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c342 } mbuf_class_t; typedef in typeref:enum:__anon124
573 mbuf_class_t mtbl_class; /* class type */
685 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
686 static void slab_free(mbuf_class_t, mcache_obj_t *);
692 static unsigned int cslab_alloc(mbuf_class_t, mcache_obj_t ***,
694 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int);
699 static int freelist_populate(mbuf_class_t, unsigned int, int);
700 static void freelist_init(mbuf_class_t);
701 static boolean_t mbuf_cached_above(mbuf_class_t, int);
702 static boolean_t mbuf_steal(mbuf_class_t, unsigne
[all...]

Completed in 25 milliseconds