Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_malloc.c338 mtip->mti_zone = (val % numzones); in mtp_set_subzone()
348 KASSERT(mtip->mti_zone < numzones, in mtp_get_subzone()
350 mtip->mti_zone, numzones)); in mtp_get_subzone()
351 return (mtip->mti_zone); in mtp_get_subzone()
362 mtip->mti_zone = 0; in mtp_set_subzone()
1500 subzone = mtip->mti_zone; in DB_SHOW_COMMAND()
1504 if (mtip->mti_zone != subzone) in DB_SHOW_COMMAND()
/f-stack/tools/compat/include/sys/
H A Dmalloc.h100 u_char mti_zone; member
/f-stack/freebsd/sys/
H A Dmalloc.h108 u_char mti_zone; member