kmemstats          78 kern/kern_malloc.c struct kmemstats kmemstats[M_LAST];
kmemstats         154 kern/kern_malloc.c 	struct kmemstats *ksp = &kmemstats[type];
kmemstats         352 kern/kern_malloc.c 	struct kmemstats *ksp = &kmemstats[type];
kmemstats         536 kern/kern_malloc.c 		kmemstats[indx].ks_limit = nkmempages * PAGE_SIZE * 6 / 10;
kmemstats         584 kern/kern_malloc.c 		    &kmemstats[name[1]], sizeof(struct kmemstats)));
kmemstats         652 kern/kern_malloc.c 	struct kmemstats *km;
kmemstats         658 kern/kern_malloc.c 	for (i = 0, km = kmemstats; i < M_LAST; i++, km++) {
kmemstats         312 sys/malloc.h   struct kmemstats {
kmemstats         434 sys/malloc.h   extern struct kmemstats kmemstats[];
kmemstats        1195 ufs/ffs/ffs_softdep.c 	    kmemstats[M_INODEDEP].ks_limit / (2 * sizeof(struct inodedep)));