Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c3336 mcache_obj_t *clp_list = NULL; in mbuf_cslab_alloc() local
3400 needed = mcache_alloc_ext(m_cache(cl_class), &clp_list, needed, wait); in mbuf_cslab_alloc()
3402 ASSERT(clp_list == NULL); in mbuf_cslab_alloc()
3422 cl = clp_list; in mbuf_cslab_alloc()
3423 clp_list = clp_list->obj_next; in mbuf_cslab_alloc()
3503 if (clp_list != NULL) { in mbuf_cslab_alloc()
3504 mcache_free_ext(m_cache(cl_class), clp_list); in mbuf_cslab_alloc()