Searched refs:clp_list (Results 1 – 1 of 1) sorted by relevance
2029 mcache_obj_t *clp_list = NULL; in mbuf_cslab_alloc() local2091 needed = mcache_alloc_ext(m_cache(cl_class), &clp_list, needed, wait); in mbuf_cslab_alloc()2093 ASSERT(clp_list == NULL); in mbuf_cslab_alloc()2113 cl = clp_list; in mbuf_cslab_alloc()2114 clp_list = clp_list->obj_next; in mbuf_cslab_alloc()2194 if (clp_list != NULL) { in mbuf_cslab_alloc()2195 mcache_free_ext(m_cache(cl_class), clp_list); in mbuf_cslab_alloc()