Searched refs:mp_list (Results 1 – 1 of 1) sorted by relevance
2632 mcache_obj_t *mp_list = NULL; in mbuf_cslab_alloc() local2682 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait); in mbuf_cslab_alloc()2684 ASSERT(mp_list == NULL); in mbuf_cslab_alloc()2716 m = ms = (struct mbuf *)mp_list; in mbuf_cslab_alloc()2717 mp_list = mp_list->obj_next; in mbuf_cslab_alloc()2797 if (mp_list != NULL) { in mbuf_cslab_alloc()2798 mcache_free_ext(m_cache(MC_MBUF), mp_list); in mbuf_cslab_alloc()4286 mcache_obj_t *mp_list = NULL; local4325 needed = mcache_alloc_ext(cp, &mp_list, needed, mcflags);4328 m = (struct mbuf *)mp_list;[all …]