Searched refs:mti_stats (Results 1 – 4 of 4) sorted by relevance
388 mtsp = zpcpu_get(mtip->mti_stats); in malloc_type_zone_allocated()431 mtsp = zpcpu_get(mtip->mti_stats); in malloc_type_freed()1216 mtip->mti_stats = uma_zalloc_pcpu(pcpu_zone_64, M_WAITOK | M_ZERO); in malloc_init()1261 mtsp = zpcpu_get_cpu(mtip->mti_stats, i); in malloc_uninit()1273 uma_zfree_pcpu(pcpu_zone_64, mtip->mti_stats); in malloc_uninit()1335 mtsp = zpcpu_get_cpu(mtip->mti_stats, i); in sysctl_kern_malloc_stats()1407 mtsp = zpcpu_get_cpu(mtip->mti_stats, i); in get_malloc_stats()
101 struct malloc_type_stats mti_stats[MAXCPU]; member
109 struct malloc_type_stats *mti_stats; member
417 ret = kread_zpcpu(kvm, (u_long)mtip->mti_stats, &mts, in memstat_kvm_malloc()