Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c375 } mbuf_class_t; typedef
620 mbuf_class_t mtbl_class; /* class type */
693 m_avgtotal(mbuf_class_t c) in m_avgtotal()
759 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
760 static void slab_free(mbuf_class_t, mcache_obj_t *);
766 static unsigned int cslab_alloc(mbuf_class_t, mcache_obj_t ***,
768 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int);
773 static int freelist_populate(mbuf_class_t, unsigned int, int);
774 static void freelist_init(mbuf_class_t);
775 static boolean_t mbuf_cached_above(mbuf_class_t, int);
[all …]