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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c2311 mcache_obj_t *mp_list = NULL; local
2360 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait);
2362 ASSERT(mp_list == NULL);
2394 m = ms = (struct mbuf *)mp_list;
2395 mp_list = mp_list->obj_next;
2473 if (mp_list != NULL)
2474 mcache_free_ext(m_cache(MC_MBUF), mp_list); local
3636 mcache_obj_t *mp_list = NULL; local
3673 needed = mcache_alloc_ext(cp, &mp_list, neede
3760 mcache_obj_t *mp_list = NULL, *rmp_list = NULL; local
4140 mcache_obj_t *mp_list = NULL; local
4278 mcache_free_ext(m_cache(MC_MBUF), mp_list); local
[all...]

Completed in 76 milliseconds