Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c549 } mbuf_class_t; typedef
798 mbuf_class_t mtbl_class; /* class type */
888 m_avgtotal(mbuf_class_t c) in m_avgtotal()
967 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
968 static void slab_free(mbuf_class_t, mcache_obj_t *);
974 static unsigned int cslab_alloc(mbuf_class_t, mcache_obj_t ***,
976 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int);
981 static int freelist_populate(mbuf_class_t, unsigned int, int);
982 static void freelist_init(mbuf_class_t);
983 static boolean_t mbuf_cached_above(mbuf_class_t, int);
[all …]