M_LAST 78 kern/kern_malloc.c struct kmemstats kmemstats[M_LAST]; M_LAST 156 kern/kern_malloc.c if (((unsigned long)type) >= M_LAST) M_LAST 268 kern/kern_malloc.c savedtype = (unsigned)freep->type < M_LAST ? M_LAST 535 kern/kern_malloc.c for (indx = 0; indx < M_LAST; indx++) M_LAST 581 kern/kern_malloc.c if ((name[1] < 0) || (name[1] >= M_LAST)) M_LAST 598 kern/kern_malloc.c for (totlen = 0, i = 0; i < M_LAST; i++) { M_LAST 603 kern/kern_malloc.c memall = malloc(totlen + M_LAST, M_SYSCTL, M_WAITOK); M_LAST 604 kern/kern_malloc.c bzero(memall, totlen + M_LAST); M_LAST 605 kern/kern_malloc.c for (siz = 0, i = 0; i < M_LAST; i++) { M_LAST 607 kern/kern_malloc.c totlen + M_LAST - siz, M_LAST 658 kern/kern_malloc.c for (i = 0, km = kmemstats; i < M_LAST; i++, km++) {