Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dgmon.h131 struct tostruct { struct
163 struct tostruct *tos;
/f-stack/freebsd/kern/
H A Dsubr_prof.c106 np.tossize = np.tolimit * sizeof(struct tostruct); in kmupetext()
116 np.tos = (struct tostruct *)cp; in kmupetext()
174 p->tossize = p->tolimit * sizeof(struct tostruct); in kmstartup()
177 p->tos = (struct tostruct *)cp; in kmstartup()
/f-stack/freebsd/libkern/
H A Dmcount.c69 struct tostruct *top, *prevtop; in _MCOUNT_DECL()