Lines Matching refs:sMBufCache
21 static object_cache *sMBufCache; variable
138 (struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how)); in m_getcl()
143 object_cache_free(sMBufCache, memoryBuffer, 0); in m_getcl()
155 (struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how)); in _m_get()
202 (struct mbuf *)object_cache_alloc(sMBufCache, m_to_oc_flags(how)); in m_getjcl()
206 object_cache_free(sMBufCache, memoryBuffer, 0); in m_getjcl()
210 object_cache_free(sMBufCache, memoryBuffer, 0); in m_getjcl()
289 object_cache_free(sMBufCache, mref, 0); in mb_free_ext()
293 object_cache_free(sMBufCache, memoryBuffer, 0); in mb_free_ext()
307 object_cache_free(sMBufCache, memoryBuffer, 0); in m_free()
320 sMBufCache = create_object_cache("mbufs", MSIZE, 8, NULL, NULL, NULL); in init_mbufs()
321 if (sMBufCache == NULL) in init_mbufs()
342 if (sMBufCache != NULL) in init_mbufs()
343 delete_object_cache(sMBufCache); in init_mbufs()
352 delete_object_cache(sMBufCache); in uninit_mbufs()