Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/dev/dtmalloc/
Ddtmalloc.c131 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]); in dtmalloc_type_cb()
133 &mtip->mti_probes[DTMALLOC_PROBE_FREE]); in dtmalloc_type_cb()
/freebsd-10-stable/sys/sys/
Dmalloc.h95 uint32_t mti_probes[DTMALLOC_PROBE_MAX]; member
/freebsd-10-stable/sys/kern/
Dkern_malloc.c345 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated()
384 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed()