Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2229 unsigned int *maxsegments, int wait, int wantall, size_t wantsize) in m_allocpacket_internal() argument
2273 if (maxsegments != NULL && *maxsegments == 1) { in m_allocpacket_internal()
2286 if (maxsegments != NULL) { in m_allocpacket_internal()
2287 if (*maxsegments && nsegs > *maxsegments) { in m_allocpacket_internal()
2288 *maxsegments = nsegs; in m_allocpacket_internal()
2293 *maxsegments = nsegs; in m_allocpacket_internal()
H A Duipc_mbuf_mcache.c3547 unsigned int *maxsegments, int wait, int wantall, size_t wantsize) argument
3592 if (maxsegments != NULL && *maxsegments == 1) {
3605 if (maxsegments != NULL) {
3606 if (*maxsegments && nsegs > *maxsegments) {
3607 *maxsegments = nsegs;
3612 *maxsegments = nsegs;