Home
last modified time | relevance | path

Searched refs:mtip (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_malloc.c335 struct malloc_type_internal *mtip; in mtp_set_subzone() local
340 mtip = &mtp->ks_mti; in mtp_set_subzone()
346 mtip->mti_zone = (val % numzones); in mtp_set_subzone()
352 struct malloc_type_internal *mtip; in mtp_get_subzone() local
354 mtip = &mtp->ks_mti; in mtp_get_subzone()
356 KASSERT(mtip->mti_zone < numzones, in mtp_get_subzone()
358 mtip->mti_zone, numzones)); in mtp_get_subzone()
359 return (mtip->mti_zone); in mtp_get_subzone()
367 struct malloc_type_internal *mtip; in mtp_set_subzone() local
369 mtip = &mtp->ks_mti; in mtp_set_subzone()
[all …]
/freebsd/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c106 struct malloc_type_internal *mtip = &mtp->ks_mti; in dtmalloc_type_cb() local
123 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]); in dtmalloc_type_cb()
125 &mtip->mti_probes[DTMALLOC_PROBE_FREE]); in dtmalloc_type_cb()
/freebsd/lib/libmemstat/
H A Dmemstat_malloc.c317 struct malloc_type_internal *mtip; in memstat_kvm_malloc() local
382 mtip = &type.ks_mti; in memstat_kvm_malloc()
403 ret = kread_zpcpu(kvm, (u_long)mtip->mti_stats, &mts, in memstat_kvm_malloc()