Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dgmon.h128 struct tostruct { struct
160 struct tostruct *tos;
/freebsd/lib/libc/gmon/
H A Dgmon.c84 p->tossize = p->tolimit * sizeof(struct tostruct); in monstartup()
95 p->tos = (struct tostruct *)cp; in monstartup()
H A Dmcount.c69 struct tostruct *top, *prevtop; in _MCOUNT_DECL()