Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c556 } mbuf_class_t; typedef
805 mbuf_class_t mtbl_class; /* class type */
898 m_avgtotal(mbuf_class_t c) in m_avgtotal()
963 static mcache_obj_t *slab_alloc(mbuf_class_t, int);
964 static void slab_free(mbuf_class_t, mcache_obj_t *);
970 static unsigned int cslab_alloc(mbuf_class_t, mcache_obj_t ***,
972 static unsigned int cslab_free(mbuf_class_t, mcache_obj_t *, int);
977 static int freelist_populate(mbuf_class_t, unsigned int, int);
978 static void freelist_init(mbuf_class_t);
979 static boolean_t mbuf_cached_above(mbuf_class_t, int);
[all …]