Lines Matching defs:kmemstatistics
146 static struct malloc_type *kmemstatistics;
238 * The malloc_mtx protects the kmemstatistics linked list.
1304 mtp->ks_next = kmemstatistics;
1305 kmemstatistics = mtp;
1325 if (mtp != kmemstatistics) {
1326 for (temp = kmemstatistics; temp != NULL;
1336 kmemstatistics = mtp->ks_next;
1366 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) {
1405 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) {
1466 for (mtp = kmemstatistics, i = 0; mtp != NULL; mtp = mtp->ks_next, i++)
1531 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) {
1586 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) {