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

/freebsd-12-stable/sys/kern/
H A Dkern_mbuf.c397 static struct mbufq nd_clustq = variable in typeref:struct:mbufq
398 { STAILQ_HEAD_INITIALIZER(nd_clustq.mq_head), 0, INT_MAX };
503 while ((item = mbufq_dequeue(&nd_clustq)) != NULL)
559 &nd_clustq, UMA_ZONE_NOBUCKET);

Completed in 127 milliseconds