Lines Matching defs:mtip
335 struct malloc_type_internal *mtip;
340 mtip = &mtp->ks_mti;
346 mtip->mti_zone = (val % numzones);
352 struct malloc_type_internal *mtip;
354 mtip = &mtp->ks_mti;
356 KASSERT(mtip->mti_zone < numzones,
358 mtip->mti_zone, numzones));
359 return (mtip->mti_zone);
367 struct malloc_type_internal *mtip;
369 mtip = &mtp->ks_mti;
370 mtip->mti_zone = 0;
391 struct malloc_type_internal *mtip;
395 mtip = &mtp->ks_mti;
396 mtsp = zpcpu_get(mtip->mti_stats);
406 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC];
409 (uintptr_t) mtp, (uintptr_t) mtip,
434 struct malloc_type_internal *mtip;
438 mtip = &mtp->ks_mti;
439 mtsp = zpcpu_get(mtip->mti_stats);
445 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE];
448 (uintptr_t) mtp, (uintptr_t) mtip,
1288 struct malloc_type_internal *mtip;
1299 mtip = &mtp->ks_mti;
1300 mtip->mti_stats = uma_zalloc_pcpu(pcpu_zone_64, M_WAITOK | M_ZERO);
1313 struct malloc_type_internal *mtip;
1324 mtip = &mtp->ks_mti;
1345 mtsp = zpcpu_get_cpu(mtip->mti_stats, i);
1357 uma_zfree_pcpu(pcpu_zone_64, mtip->mti_stats);
1377 struct malloc_type_internal *mtip;
1406 mtip = &mtp->ks_mti;
1419 mtsp = zpcpu_get_cpu(mtip->mti_stats, i);
1479 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs,
1491 mtsp = zpcpu_get_cpu(mtip->mti_stats, i);
1568 struct malloc_type_internal *mtip;
1583 mtip = &mtp->ks_mti;
1584 subzone = mtip->mti_zone;
1587 mtip = &mtp->ks_mti;
1588 if (mtip->mti_zone != subzone)