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

/freebsd-9.3-release/sys/kern/
H A Dkern_malloc.c343 struct malloc_type_internal *mtip; local
347 mtip = mtp->ks_handle;
348 mtsp = &mtip->mti_stats[curcpu];
358 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC];
361 (uintptr_t) mtp, (uintptr_t) mtip,
386 struct malloc_type_internal *mtip; local
390 mtip = mtp->ks_handle;
391 mtsp = &mtip->mti_stats[curcpu];
397 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE];
400 (uintptr_t) mtp, (uintptr_t) mtip,
457 struct malloc_type_internal *mtip; local
795 struct malloc_type_internal *mtip; local
818 struct malloc_type_internal *mtip; local
886 struct malloc_type_internal *mtip; local
978 struct malloc_type_internal *mtip; local
1009 struct malloc_type_internal *mtip; local
[all...]
/freebsd-9.3-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-9.3-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 94 milliseconds