Home
last modified time | relevance | path

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

/freebsd-head/sys/cddl/dev/dtmalloc/
HDdtmalloc.c123 &mtip->mti_probes[DTMALLOC_PROBE_MALLOC]); in dtmalloc_type_cb()
125 &mtip->mti_probes[DTMALLOC_PROBE_FREE]); in dtmalloc_type_cb()
/freebsd-head/sys/sys/
HDmalloc.h105 uint32_t mti_probes[DTMALLOC_PROBE_MAX]; member
/freebsd-head/sys/kern/
HDkern_malloc.c406 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_MALLOC]; in malloc_type_zone_allocated()
445 uint32_t probe_id = mtip->mti_probes[DTMALLOC_PROBE_FREE]; in malloc_type_freed()