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

/freebsd-10.0-release/sys/kern/
H A Dkern_malloc.c336 struct malloc_type_internal *mtip; local
340 mtip = mtp->ks_handle;
341 mtsp = &mtip->mti_stats[curcpu];
351 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC];
354 (uintptr_t) mtp, (uintptr_t) mtip,
379 struct malloc_type_internal *mtip; local
383 mtip = mtp->ks_handle;
384 mtsp = &mtip->mti_stats[curcpu];
390 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE];
393 (uintptr_t) mtp, (uintptr_t) mtip,
450 struct malloc_type_internal *mtip; local
810 struct malloc_type_internal *mtip; local
833 struct malloc_type_internal *mtip; local
901 struct malloc_type_internal *mtip; local
993 struct malloc_type_internal *mtip; local
1024 struct malloc_type_internal *mtip; local
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c114 struct malloc_type_internal *mtip = mtp->ks_handle; local
131 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]);
133 &mtip->mti_probes[DTMALLOC_PROBE_FREE]);
/freebsd-10.0-release/lib/libmemstat/
H A Dmemstat_malloc.c288 struct malloc_type_internal *mtip; local
348 mtip = type.ks_handle;
349 ret = kread(kvm, mtip->mti_stats, mts, mp_maxcpus *

Completed in 84 milliseconds