Searched refs:clp_list (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c2312 mcache_obj_t *clp_list = NULL; local
2375 needed = mcache_alloc_ext(m_cache(cl_class), &clp_list, needed, wait);
2377 ASSERT(clp_list == NULL);
2397 cl = clp_list;
2398 clp_list = clp_list->obj_next;
2475 if (clp_list != NULL)
2476 mcache_free_ext(m_cache(cl_class), clp_list); local

Completed in 28 milliseconds