Lines Matching full:clusters
205 "{N:mbuf clusters in use (current\\/cache\\/total\\/max)}\n", in mbpr()
210 "{N:mbuf+clusters out of packet secondary zone in use " in mbpr()
216 "{N:jumbo clusters in use (current\\/cache\\/total\\/max)}\n", in mbpr()
222 "{N:9k jumbo clusters in use (current\\/cache\\/total\\/max)}\n", in mbpr()
228 "{N:16k jumbo clusters in use (current\\/cache\\/total\\/max)}\n", in mbpr()
240 * - the clusters attached to packets in mbpr()
241 * - and the rest of the non-packet-attached clusters. in mbpr()
243 * This avoids counting the clusters attached to packets in the cache. in mbpr()
249 (packet_count * cluster_size) + /* clusters in packets */ in mbpr()
250 /* other clusters */ in mbpr()
253 (jumbop_count * jumbop_size) + /* jumbo clusters */ in mbpr()
261 * - cached packet clusters in mbpr()
262 * - cached straight clusters in mbpr()
268 (packet_free * cluster_size) + /* clusters in free packets */ in mbpr()
269 (cluster_free * cluster_size) + /* free clusters */ in mbpr()
270 (jumbop_free * jumbop_size) + /* jumbo clusters */ in mbpr()
288 "(mbufs\\/clusters\\/mbuf+clusters)}\n", in mbpr()
292 "(mbufs\\/clusters\\/mbuf+clusters)}\n", in mbpr()
296 "{:jumbo16-sleeps/%ju} {N:/requests for jumbo clusters delayed " in mbpr()
300 "{:jumbo16-failures/%ju} {N:/requests for jumbo clusters denied " in mbpr()