Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dgmon.h130 struct tostruct { struct
162 struct tostruct *tos;
/freebsd-14.2/lib/libc/gmon/
H A Dgmon.c87 p->tossize = p->tolimit * sizeof(struct tostruct); in monstartup()
98 p->tos = (struct tostruct *)cp; in monstartup()
H A Dmcount.c72 struct tostruct *top, *prevtop; in _MCOUNT_DECL()