Searched refs:tolimit (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c129 p->tolimit = p->textsize * ARCDENSITY / 100;
130 if (p->tolimit < MINARCS)
131 p->tolimit = MINARCS;
132 else if (p->tolimit > MAXARCS)
133 p->tolimit = MAXARCS;
134 p->tossize = p->tolimit * sizeof(tostruct_t);
265 if (toindex >= p->tolimit) {
299 if (toindex >= p->tolimit) {
/darwin-on-arm/xnu/bsd/sys/
H A Dgmon.h208 long tolimit; member in struct:gmonparam

Completed in 43 milliseconds