Searched refs:mp_list (Results 1 – 1 of 1) sorted by relevance
3335 mcache_obj_t *mp_list = NULL; in mbuf_cslab_alloc() local3385 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait); in mbuf_cslab_alloc()3387 ASSERT(mp_list == NULL); in mbuf_cslab_alloc()3419 m = ms = (struct mbuf *)mp_list; in mbuf_cslab_alloc()3420 mp_list = mp_list->obj_next; in mbuf_cslab_alloc()3500 if (mp_list != NULL) { in mbuf_cslab_alloc()3501 mcache_free_ext(m_cache(MC_MBUF), mp_list); in mbuf_cslab_alloc()5119 mcache_obj_t *mp_list = NULL; local5123 zstack_t mp_list = {}; local5163 needed = mcache_alloc_ext(cp, &mp_list, needed, mcflags);[all …]