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

/freebsd-10.1-release/sys/kern/
H A Dkern_malloc.c329 struct malloc_type_internal *mtip; local
333 mtip = mtp->ks_handle;
334 mtsp = &mtip->mti_stats[curcpu];
344 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC];
347 (uintptr_t) mtp, (uintptr_t) mtip,
372 struct malloc_type_internal *mtip; local
376 mtip = mtp->ks_handle;
377 mtsp = &mtip->mti_stats[curcpu];
383 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE];
386 (uintptr_t) mtp, (uintptr_t) mtip,
443 struct malloc_type_internal *mtip; local
814 struct malloc_type_internal *mtip; local
837 struct malloc_type_internal *mtip; local
905 struct malloc_type_internal *mtip; local
997 struct malloc_type_internal *mtip; local
1028 struct malloc_type_internal *mtip; local
[all...]
/freebsd-10.1-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.1-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 102 milliseconds