Searched refs:numchunks (Results 1 – 1 of 1) sorted by relevance
1259 unsigned int numchunks = maxchunks ? *maxchunks : 0; in mbuf_allocpacket() local1266 maxchunks ? &numchunks : NULL, how, 1, 0); in mbuf_allocpacket()1268 if (maxchunks && *maxchunks && numchunks > *maxchunks) { in mbuf_allocpacket()1275 *maxchunks = numchunks; in mbuf_allocpacket()1290 unsigned int numchunks = maxchunks ? *maxchunks : 0; in mbuf_allocpacket_list() local1301 maxchunks ? &numchunks : NULL, how, 1, 0); in mbuf_allocpacket_list()1303 if (maxchunks && *maxchunks && numchunks > *maxchunks) { in mbuf_allocpacket_list()1310 *maxchunks = numchunks; in mbuf_allocpacket_list()