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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c3739 * Return list of mbuf linked by m_nextpkt. Try for numlist, and if
3751 m_allocpacket_internal(unsigned int *numlist, size_t packetlen, argument
3763 if (*numlist == 0)
3835 (*numlist) * nsegs, mcflags);
3874 ASSERT(num != *numlist || mp_list == NULL);
3883 if (num == *numlist)
3927 needed = *numlist;
3941 needed = mcache_alloc_ext(rcp, &rmp_list, *numlist, mcflags);
4046 if (num == *numlist) {
4061 *numlist
[all...]

Completed in 79 milliseconds