Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c3328 mcache_obj_t *mp_list = NULL; in mbuf_cslab_alloc() local
3378 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait); in mbuf_cslab_alloc()
3380 ASSERT(mp_list == NULL); in mbuf_cslab_alloc()
3412 m = ms = (struct mbuf *)mp_list; in mbuf_cslab_alloc()
3413 mp_list = mp_list->obj_next; in mbuf_cslab_alloc()
3493 if (mp_list != NULL) { in mbuf_cslab_alloc()
3494 mcache_free_ext(m_cache(MC_MBUF), mp_list); in mbuf_cslab_alloc()
5120 mcache_obj_t *mp_list = NULL; local
5124 zstack_t mp_list = {}; local
5164 needed = mcache_alloc_ext(cp, &mp_list, needed, mcflags);
[all …]