Lines Matching full:clusters

68  * In FreeBSD, Mbufs and Mbuf Clusters are allocated from UMA
71 * Mbuf Clusters (2K, contiguous) are allocated from the Cluster
113 int nmbclusters; /* limits number of mbuf clusters */
114 int nmbjumbop; /* limits number of page size jumbo clusters */
115 int nmbjumbo9; /* limits number of 9k jumbo clusters */
116 int nmbjumbo16; /* limits number of 16k jumbo clusters */
186 * We need at least as many mbufs as we have clusters of in tunable_mbinit()
227 "Maximum number of mbuf clusters allowed");
249 "Maximum number of mbuf page size jumbo clusters allowed");
271 "Maximum number of mbuf 9k jumbo clusters allowed");
293 "Maximum number of mbuf 16k jumbo clusters allowed");
352 * Configure UMA zones for Mbufs, Clusters, and Packets. in mbuf_init()
404 * debugnet makes use of a pre-allocated pool of mbufs and clusters. When
408 * free mbufs and clusters without attempting to allocate physical memory.
410 * We keep mbufs and clusters in a pair of mbuf queues. In particular, for
411 * the purpose of caching clusters, we treat them as mbufs.
511 * Free the pre-allocated mbufs and clusters reserved for debugnet, and destroy
1307 * m_getm2() - allocate a chain of mbufs/clusters.
1324 * we might be able to loosen a few clusters up on the drain. in m_clget()
1335 * m_cljget() is different from m_clget() as it can allocate clusters without
1396 * Unlike m_get2() it can allocate clusters up to MJUM16BYTES.
1464 * Allocate mchain of a given length of mbufs and/or clusters (whatever fits
1523 * Allocate a given length worth of mbufs and/or clusters (whatever fits